diff options
| author | Maxim Filippov <colixer@gmail.com> | 2018-12-10 01:21:52 +0300 |
|---|---|---|
| committer | Maxim Filippov <colixer@gmail.com> | 2018-12-10 01:21:52 +0300 |
| commit | ae8f0f36d8944210e83c60a931ad14da4c5d4a67 (patch) | |
| tree | 148da20f62281bd364694e695e33cf0a9e8abb4d /static/config.json | |
| parent | 3d968e31daf5c4f2c560730267abaea0b7f1fadc (diff) | |
Use "~" as a route namespace symbol
Diffstat (limited to 'static/config.json')
| -rw-r--r-- | static/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/config.json b/static/config.json index 5f5686ca..7887f930 100644 --- a/static/config.json +++ b/static/config.json @@ -4,8 +4,8 @@ "logo": "/static/logo.png", "logoMask": true, "logoMargin": ".1em", - "redirectRootNoLogin": "/p/main/all", - "redirectRootLogin": "/p/main/friends", + "redirectRootNoLogin": "/~/main/all", + "redirectRootLogin": "/~/main/friends", "chatDisabled": false, "showInstanceSpecificPanel": false, "scopeOptionsEnabled": false, |
