forked from AkkomaGang/akkoma-fe
fix typo
This commit is contained in:
parent
dfc5f170c6
commit
a81c3b1324
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ window.fetch('/api/statusnet/config.json')
|
||||||
.then((res) => res.json())
|
.then((res) => res.json())
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
var apiStatusnetConfigSitePleromafe = data.site.pleromafe
|
var apiStatusnetConfigSitePleromafe = data.site.pleromafe
|
||||||
window.fetch('/static/sonfig.json')
|
window.fetch('/static/config.json')
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
var staticConfig = data
|
var staticConfig = data
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue