mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
update public routes
This commit is contained in:
parent
cca2ea96bf
commit
cae36914f3
@ -74,5 +74,15 @@ export default [
|
|||||||
mobile: false,
|
mobile: false,
|
||||||
desktop: true,
|
desktop: true,
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
path: "/privacy",
|
||||||
|
useLayout: "default",
|
||||||
|
public: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: "/terms",
|
||||||
|
useLayout: "default",
|
||||||
|
public: true
|
||||||
|
},
|
||||||
]
|
]
|
Loading…
x
Reference in New Issue
Block a user