feat:#34 reorder proxy paths

This commit is contained in:
Elmar Kresse
2024-06-10 18:07:54 +02:00
parent 2d7701b0c9
commit 0f9fd9733c
2 changed files with 11 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ import (
"time"
)
const host = "http://127.0.0.1:8090"
const host = "http://htwkalender-data-manager:8090"
func RequestApi(path string) (*client.Response, error) {