smgc commited on
Commit
0ccc0d1
1 Parent(s): 1e072c3

Update Caddyfile

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