Skip to content

Commit

Permalink
add vIDs for 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
tobikrs committed Nov 20, 2022
1 parent 9924564 commit 88e58be
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/nuxt/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,20 @@ const vData = {

477: 'Christival 2022',
478: 'Der Ehe-Kurs',
479: 'Dartsturnier'
479: 'Dartsturnier',

// 2023
480: 'MaWoE - Großes Mitarbeiterwochenende',
481: 'Juleica-Grundkurs',
482: 'Karlsminde Kurz-Camp',
483: 'PfingstCamp',
484: 'Landesjungscharfreizeit 1',
485: 'Landesjungscharfreizeit 2',
486: 'TeenCamp',
487: 'Jugendfreizeit',
488: 'BibleCamp',
489: 'Abenteuerfreizeit',
490: 'Timeout'
}
export default (app) => {
app.post('/nuxt/anmeldung/ma/checkToken', json(), (req, res) => {
Expand Down

0 comments on commit 88e58be

Please sign in to comment.