revert accidental change in instance.js

This commit is contained in:
Shpuld Shpuldson 2020-07-01 19:24:17 +03:00
parent 43b7a5d9b3
commit 15d492ace4

View file

@ -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,