Adde some options inside the mock-api

This commit is contained in:
Erik Tiekstra
2021-03-29 12:13:06 +02:00
committed by Erik Tiekstra
parent 4f6038b2a6
commit 99db911f39
5 changed files with 443 additions and 334 deletions

View File

@@ -1,9 +1,6 @@
{
"/api": {
"target": "http://localhost:8000/",
"secure": false,
"pathRewrite": {
"^/api": "/"
}
"secure": false
}
}