forked from AkkomaGang/akkoma-fe
revert accidental change in instance.js
This commit is contained in:
parent
43b7a5d9b3
commit
15d492ace4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const defaultState = {
|
|||
// Stuff from apiConfig
|
||||
name: 'Pleroma FE',
|
||||
registrationOpen: true,
|
||||
server: 'http://lain.com:4040',
|
||||
server: 'http://localhost:4040/',
|
||||
textlimit: 5000,
|
||||
themeData: undefined,
|
||||
vapidPublicKey: undefined,
|
||||
|
|
Loading…
Reference in a new issue