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"
|