Fix: Advertisements is also blocked. Using promotions instead.

This commit is contained in:
yawhn 2023-01-19 22:20:51 +02:00
parent 349fad7f8a
commit 03741c4aa4
2 changed files with 1 additions and 1 deletions

View file

@ -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",