REST Service for POPCORN - ILIAS
alex
2025-06-04 e7a1743dc7a3660115aeb67714c37d2c2e7581e1
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 },