Fix: Advertisements is also blocked. Using promotions instead.
This commit is contained in:
parent
349fad7f8a
commit
03741c4aa4
|
@ -460,7 +460,7 @@ export const routes = [
|
|||
{
|
||||
path: "/ads",
|
||||
name: "ads",
|
||||
component: page(() => import("./pages/admin/advertisements.vue")),
|
||||
component: page(() => import("./pages/admin/promotions.vue")),
|
||||
},
|
||||
{
|
||||
path: "/database",
|
||||
|
|
Loading…
Reference in New Issue