We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9924564 commit 88e58beCopy full SHA for 88e58be
src/nuxt/index.ts
@@ -45,7 +45,20 @@ const vData = {
45
46
477: 'Christival 2022',
47
478: 'Der Ehe-Kurs',
48
- 479: 'Dartsturnier'
+ 479: 'Dartsturnier',
49
+
50
+ // 2023
51
+ 480: 'MaWoE - Großes Mitarbeiterwochenende',
52
+ 481: 'Juleica-Grundkurs',
53
+ 482: 'Karlsminde Kurz-Camp',
54
+ 483: 'PfingstCamp',
55
+ 484: 'Landesjungscharfreizeit 1',
56
+ 485: 'Landesjungscharfreizeit 2',
57
+ 486: 'TeenCamp',
58
+ 487: 'Jugendfreizeit',
59
+ 488: 'BibleCamp',
60
+ 489: 'Abenteuerfreizeit',
61
+ 490: 'Timeout'
62
}
63
export default (app) => {
64
app.post('/nuxt/anmeldung/ma/checkToken', json(), (req, res) => {
0 commit comments