change api url /api to /api/v1
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
perf3ct 2023-10-11 07:05:22 -07:00
parent 688a055c36
commit 48c7b05968
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232

View File

@ -39,7 +39,7 @@ api:
hosts: hosts:
- host: vikunja.local - host: vikunja.local
paths: paths:
- path: "/api" - path: "/api/v1"
tls: [] tls: []
configMaps: configMaps:
# The configuration for Vikunja's api. # The configuration for Vikunja's api.