Add frontend to test broker+auth
This commit is contained in:
		@ -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 {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user