Creating admin pages, new brand API endpoint
This commit is contained in:
@@ -6,6 +6,7 @@ import LoginPage from "@/pages/loginPage/index.vue"
|
||||
import BasketPage from "@/pages/basketPage/index.vue"
|
||||
import HelpPage from "@/pages/helpPage/index.vue"
|
||||
import ScoreBoardPage from "@/pages/scoreBoardPage/index.vue"
|
||||
import adminRoutes from "./admin.routes";
|
||||
|
||||
const routes = [
|
||||
{ path: '/', component: ProductsPage },
|
||||
@@ -15,7 +16,8 @@ const routes = [
|
||||
{ path: '/login', component: LoginPage },
|
||||
{ path: '/basket', component: BasketPage },
|
||||
{ path: '/scoreboard', component: ScoreBoardPage },
|
||||
{ path: '/help', component: HelpPage }
|
||||
{ path: '/help', component: HelpPage },
|
||||
...adminRoutes
|
||||
]
|
||||
|
||||
export default routes
|
||||
Reference in New Issue
Block a user