chore: added subpath support to hoppscotch-backend service

This commit is contained in:
Balu Babu
2023-11-13 21:35:22 +05:30
parent f1e4ac7fc4
commit eb248fa0df
6 changed files with 92 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
:80 :3170 {
handle_path /backend* {
reverse_proxy localhost:8080
}
}