enable public report

This commit is contained in:
Julian Krauser 2025-07-16 12:24:48 +02:00
parent 766114bf53
commit 6aae09cd03
16 changed files with 567 additions and 7 deletions

View file

@ -1444,6 +1444,11 @@ const router = createRouter({
},
],
},
{
path: "damagereport",
name: "public-damage_report",
component: () => import("@/views/public/damageReport/Report.vue"),
},
],
},
{