Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mathe42 authored Feb 26, 2024
1 parent 50e807c commit d0ee52b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nuxt/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ const vData = {
491: 'TeenCamp',
494: 'Abenteuerfreizeit',
495: 'Reiterfreizeit',
496: 'Timeout'
496: 'Timeout',
499: 'TeenTag'
}
export default (app) => {
app.post('/nuxt/anmeldung/ma/checkToken', json(), (req, res) => {
Expand Down

0 comments on commit d0ee52b

Please sign in to comment.