change routing for auth and auth/callback (#2493)

This commit is contained in:
Tessa Thornton
2019-08-23 15:00:36 -04:00
committed by Kim Gardner
parent 07df7ac182
commit ffecd5e981
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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" },
],