From af3139ed2b8ca15648fb921a51303f4ffe44c7cb Mon Sep 17 00:00:00 2001 From: kritzl Date: Sun, 10 May 2026 21:14:42 +0200 Subject: [PATCH] add openapi.json to dev caddyfile --- dev.Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.Caddyfile b/dev.Caddyfile index 058ae5d..05b396f 100755 --- a/dev.Caddyfile +++ b/dev.Caddyfile @@ -1,5 +1,5 @@ localhost { - @api path /api/* /auth/* + @api path /api/* /auth/* /openapi.json handle @api { reverse_proxy @api host.docker.internal:8000 }