bazzar/web/Trunk.toml
2022-05-09 16:17:27 +02:00

11 lines
173 B
TOML

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