add openapi.json to dev caddyfile
This commit is contained in:
parent
2a65cd9f06
commit
af3139ed2b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
localhost {
|
localhost {
|
||||||
@api path /api/* /auth/*
|
@api path /api/* /auth/* /openapi.json
|
||||||
handle @api {
|
handle @api {
|
||||||
reverse_proxy @api host.docker.internal:8000
|
reverse_proxy @api host.docker.internal:8000
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue