update routes

This commit is contained in:
SrGooglo 2023-03-14 19:51:28 +00:00
parent 2cc892e80d
commit ff2e29fe4c

View File

@ -1,7 +1,7 @@
export default [
{
path: "/login",
useLayout: "login",
useLayout: "none",
public: true
},
{
@ -43,5 +43,10 @@ export default [
path: "/music/creator",
useLayout: "default",
centeredContent: true
},
{
path: "/landing/*",
useLayout: "blank",
public: true
}
]