web ui beginnings

This commit is contained in:
2024-07-06 17:28:47 +02:00
parent ca580d0585
commit e70649bfc5
9 changed files with 96 additions and 4 deletions

8
webui/.proxyrc Normal file
View File

@@ -0,0 +1,8 @@
{
"/apiproxy": {
"target": "http://localhost:8080/",
"pathRewrite": {
"^/apiproxy": ""
}
}
}