bazzar/web/Trunk.toml
2022-05-18 15:40:50 +02:00

19 lines
311 B
TOML

[build]
target = "index.html"
[[proxy]]
rewrite = "/api/v1/"
backend = "http://localhost:8080/api/v1"
[[proxy]]
rewrite = "/files"
backend = "http://localhost:8080/files"
[[proxy]]
rewrite = "/svg"
backend = "http://localhost:8080/svg"
[[proxy]]
rewrite = "/config"
backend = "http://localhost:8080/config"