Fix: typo regaring advertisements page

This commit is contained in:
yawhn 2023-01-19 19:21:03 +02:00
parent d6b902fd3d
commit 3dda8656f2
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/advertisments.vue")),
component: page(() => import("./pages/admin/advertisements.vue")),
},
{
path: "/database",