diff --git a/src/components/baruser/BarFreedrinks.vue b/src/components/baruser/BarFreedrinks.vue
index 654e841..0358179 100644
--- a/src/components/baruser/BarFreedrinks.vue
+++ b/src/components/baruser/BarFreedrinks.vue
@@ -170,6 +170,7 @@
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index 2dc6732..9e2ba9d 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -17,6 +17,7 @@ import Overview from '../components/finanzer/Overview'
import User from '../components/finanzer/User'
import ServiceManagement from '../components/vorstand/ServiceManagement'
import Config from '@/components/user/Config'
+import FreedrinkUserView from '@/components/user/freedrink/freedrinkUserView'
import Jobs from '@/components/user/Jobs'
import PriceList from '@/components/pricelist/PriceList'
import ManagementNavigation from '@/components/vorstand/ManagementNavigation'
@@ -94,6 +95,11 @@ const routes = [
name: 'add',
component: AddAmount
},
+ {
+ path: 'freedrinkUser',
+ name: 'freedrinkUser',
+ component: FreedrinkUserView
+ },
{
path: 'overview',
name: 'userOverview',