Skip to content

Commit 43862aa

Browse files
committed
fix route
1 parent 0c6642d commit 43862aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Caddyfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ route /http-api/echo {
88
reverse_proxy localhost:4010
99
}
1010

11+
route /http-protocol/example {
12+
reverse_proxy localhost:4010
13+
}
14+
1115
route /http-api-openapi {
1216
reverse_proxy localhost:4010
1317
}

0 commit comments

Comments
 (0)