bazzar/crates/web/Trunk.toml

19 lines
311 B
TOML
Raw Permalink Normal View History

2022-05-05 16:30:25 +02:00
[build]
target = "index.html"
2022-05-09 16:17:27 +02:00
[[proxy]]
rewrite = "/api/v1/"
backend = "http://localhost:8080/api/v1"
[[proxy]]
rewrite = "/files"
backend = "http://localhost:8080/files"
2022-05-11 15:56:41 +02:00
[[proxy]]
rewrite = "/svg"
backend = "http://localhost:8080/svg"
2022-05-18 15:40:50 +02:00
[[proxy]]
rewrite = "/config"
backend = "http://localhost:8080/config"