ft_transcendence/nginx/conf/locations/db.conf
2025-06-12 18:35:04 +02:00

4 lines
84 B
Text

location /api/db {
add_header Content-Type text/plain;
return 200 'db api yay';
}