smgc commited on
Commit
9d9536c
1 Parent(s): 0359556

Update Caddyfile

Browse files
Files changed (1) hide show
  1. Caddyfile +1 -1
Caddyfile CHANGED
@@ -8,7 +8,7 @@
8
  }
9
 
10
  :3001 {
11
- @api path /api*
12
  handle @api {
13
  reverse_proxy localhost:3000
14
  }
 
8
  }
9
 
10
  :3001 {
11
+ @api path /api/*
12
  handle @api {
13
  reverse_proxy localhost:3000
14
  }