mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix: Advertisements is also blocked. Using promotions instead.
This commit is contained in:
parent
15878b53d1
commit
4b6c98e8ff
2 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue