15 lines
239 B
TOML
15 lines
239 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"
|