diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-07-01 19:24:17 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-07-01 19:24:17 +0300 |
| commit | 15d492ace4db5243330741a007daa9929e221f64 (patch) | |
| tree | ead933166c504a4c2e36e9ebe2c897b30bde3c4f | |
| parent | 43b7a5d9b387e005a47debb5962c76c773cd862c (diff) | |
revert accidental change in instance.js
| -rw-r--r-- | src/modules/instance.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js index cc884317..ec5f4e54 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -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, |
