diff options
| author | Hakaba Hitoyo <example@example.com> | 2018-08-26 06:54:03 +0900 |
|---|---|---|
| committer | Hakaba Hitoyo <example@example.com> | 2018-08-26 06:54:03 +0900 |
| commit | a81c3b1324f496d8571ca4372299c9bb4a263d1a (patch) | |
| tree | 0e203815acfcd27e59cd6d1d90344464c8e4751c /src/main.js | |
| parent | dfc5f170c6977039bd8704723fcfbb86dd7bf702 (diff) | |
fix typo
Diffstat (limited to 'src/main.js')
| -rw-r--r-- | src/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js index f8144fac..e4a96c55 100644 --- a/src/main.js +++ b/src/main.js @@ -97,7 +97,7 @@ window.fetch('/api/statusnet/config.json') .then((res) => res.json()) .then((data) => { var apiStatusnetConfigSitePleromafe = data.site.pleromafe - window.fetch('/static/sonfig.json') + window.fetch('/static/config.json') .then((data) => { var staticConfig = data |
