mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
change routing for auth and auth/callback (#2493)
This commit is contained in:
committed by
Kim Gardner
parent
07df7ac182
commit
ffecd5e981
@@ -71,7 +71,7 @@ export default function({
|
||||
{ from: /^\/account/, to: "/account.html" },
|
||||
{ from: /^\/admin/, to: "/admin.html" },
|
||||
{ from: /^\/embed\/stream/, to: "/stream.html" },
|
||||
{ from: /^\/embed\/auth/, to: "/auth.html" },
|
||||
{ from: /^\/embed\/auth$/, to: "/auth.html" },
|
||||
{ from: /^\/embed\/auth\/callback/, to: "/auth-callback.html" },
|
||||
{ from: /^\/install/, to: "/install.html" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user