Ads: Fix for "Unable to preload CSS/JS" issue
This commit is contained in:
yawhn 2023-01-19 17:48:55 +02:00
parent 91cc7af40a
commit d6b902fd3d
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/ads.vue")),
component: page(() => import("./pages/admin/advertisments.vue")),
},
{
path: "/database",