19 lines
311 B
TOML
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"
|