Add frontend to test broker+auth

This commit is contained in:
2024-08-28 21:51:51 +02:00
parent 9edb249430
commit b8417c47b9
3 changed files with 36 additions and 1 deletions

View File

@ -55,7 +55,7 @@ func (app *Config) authenticate(w http.ResponseWriter, a AuthPayload) {
// call the service
req, err := http.NewRequest(
"POST",
"http://authentication-service/authenticate",
"http://authentication-service:4000/authenticate",
bytes.NewBuffer(authPayload),
)
if err != nil {