fix(timetable): Remove trailing slash for api docs

This commit is contained in:
Jim Martens 2024-01-09 22:47:20 +01:00
parent 98c36cd5c3
commit 6388d5a0cb
Signed by: 2martens
GPG Key ID: 47393ABD1F96B7C8
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ ingress:
pathType: Prefix
- path: /doc/v1/timetable/
pathType: Prefix
- path: /api-docs/v1/timetable/
- path: /api-docs/v1/timetable
pathType: Prefix
tls:
- secretName: timetable-tls

View File

@ -145,7 +145,7 @@ ingress:
pathType: Prefix
- path: /doc/v1/timetable/
pathType: Prefix
- path: /api-docs/v1/timetable/
- path: /api-docs/v1/timetable
pathType: Prefix
tls:
- secretName: timetable-tls