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((data) => {
|
||||
var apiStatusnetConfigSitePleromafe = data.site.pleromafe
|
||||
window.fetch('/static/sonfig.json')
|
||||
window.fetch('/static/config.json')
|
||||
.then((data) => {
|
||||
var staticConfig = data
|
||||
|
||||
|
|
Loading…
Reference in a new issue