REST Service for POPCORN - ILIAS
alex
2025-06-04 8408128ca1ae7e6418803e23834e5fd7e45740cd
vue/src/router.js
@@ -10,7 +10,7 @@
const routes = [
   { path: `/`, redirect: "/user" },
   { path: `/`, redirect: "/ui/user" },
   { path: `/ui/user`, component: Users },
   { path: `/ui/user/:userId`, component: UserDetail },
   { path: `/ui/kurs`, component: Kurse },