add openapi.json to dev caddyfile

This commit is contained in:
kritzl 2026-05-10 21:14:42 +02:00
commit af3139ed2b
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM

View file

@ -1,5 +1,5 @@
localhost {
@api path /api/* /auth/*
@api path /api/* /auth/* /openapi.json
handle @api {
reverse_proxy @api host.docker.internal:8000
}