FIX: Adds localhost in the development server Caddyfile

Useful for MacOs
This commit is contained in:
Nicolás Hatcher
2025-02-22 18:56:02 +01:00
committed by Nicolás Hatcher Andrés
parent fc7335707a
commit e5a2db4d8c

View File

@@ -4,4 +4,4 @@
reverse_proxy /api/* 127.0.0.1:8000 reverse_proxy /api/* 127.0.0.1:8000
# everything else is the frontend # everything else is the frontend
reverse_proxy :5173 reverse_proxy localhost:5173