Skip to content

Commit d0ee52b

Browse files
authored
Update index.ts
1 parent 50e807c commit d0ee52b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/nuxt/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ const vData = {
6767
491: 'TeenCamp',
6868
494: 'Abenteuerfreizeit',
6969
495: 'Reiterfreizeit',
70-
496: 'Timeout'
70+
496: 'Timeout',
71+
499: 'TeenTag'
7172
}
7273
export default (app) => {
7374
app.post('/nuxt/anmeldung/ma/checkToken', json(), (req, res) => {

0 commit comments

Comments
 (0)