Skip to content

Commit 01c5595

Browse files
committed
Fix API URL mismatch in Caddy and Frontend config
1 parent ba20c88 commit 01c5595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Caddyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
frostbyte-api.southeastasia.cloudapp.azure.com {
22
# API routes
3-
handle /api/* {
3+
handle /api/v1/* {
44
reverse_proxy api:8080
55
}
66

0 commit comments

Comments
 (0)