bazzar/web/Trunk.toml

11 lines
173 B
TOML
Raw 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"