4 lines
84 B
Text
4 lines
84 B
Text
location /api/db {
|
|
add_header Content-Type text/plain;
|
|
return 200 'db api yay';
|
|
}
|