added front html nigel in the mud route function with openapi - gen clean up the code a little after pull request
4 lines
95 B
Text
4 lines
95 B
Text
#forward the post request to the microservice
|
|
location /api/chat/ {
|
|
proxy_pass http://chat;
|
|
}
|