ft_transcendence/nginx/conf/locations/chat.conf
NigeParis 9ce9fa44e4 feat(chat): added base for chat service
added front html

nigel in the mud

route function with openapi - gen

clean up the code a little

after pull request
2025-11-14 15:50:03 +01:00

4 lines
95 B
Text

#forward the post request to the microservice
location /api/chat/ {
proxy_pass http://chat;
}