mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
change routes
This commit is contained in:
parent
09067e456e
commit
ef658a8b64
@ -2,22 +2,22 @@ export default [
|
||||
{
|
||||
path: "/auth",
|
||||
useLayout: "minimal",
|
||||
public: true
|
||||
public: true,
|
||||
},
|
||||
{
|
||||
path: "/post/*",
|
||||
useLayout: "default",
|
||||
public: true
|
||||
public: true,
|
||||
},
|
||||
{
|
||||
path: "/tv/live/*",
|
||||
useLayout: "default",
|
||||
public: true
|
||||
public: true,
|
||||
},
|
||||
{
|
||||
path: "/featured-event/*",
|
||||
useLayout: "default",
|
||||
public: true
|
||||
public: true,
|
||||
},
|
||||
{
|
||||
path: "/settings",
|
||||
@ -41,18 +41,19 @@ export default [
|
||||
{
|
||||
path: "/privacy/*",
|
||||
useLayout: "default",
|
||||
public: true
|
||||
public: true,
|
||||
},
|
||||
{
|
||||
path: "/terms/*",
|
||||
useLayout: "default",
|
||||
public: true
|
||||
public: true,
|
||||
},
|
||||
{
|
||||
path: "/apr/*",
|
||||
path: "/recover/*",
|
||||
useLayout: "minimal",
|
||||
public: true
|
||||
public: true,
|
||||
},
|
||||
|
||||
{
|
||||
path: "/marketplace/*",
|
||||
useLayout: "default",
|
||||
|
Loading…
x
Reference in New Issue
Block a user