Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mathe42 authored Nov 3, 2023
1 parent 6605f15 commit 50e807c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/nuxt/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,16 @@ const vData = {
487: 'Jugendfreizeit',
488: 'BibleCamp',
489: 'Abenteuerfreizeit',
490: 'Timeout'
490: 'Timeout',

497: 'MaWoE - Großes Mitarbeiterwochenende',
498: 'Juleica-Grundkurs',
492: 'Landesjungscharfreizeit 1',
493: 'Landesjungscharfreizeit 2',
491: 'TeenCamp',
494: 'Abenteuerfreizeit',
495: 'Reiterfreizeit',
496: 'Timeout'
}
export default (app) => {
app.post('/nuxt/anmeldung/ma/checkToken', json(), (req, res) => {
Expand Down

0 comments on commit 50e807c

Please sign in to comment.