/ postgrest wip

This commit is contained in:
fro
2025-10-29 03:28:43 -05:00
parent e531b784ce
commit a2601e8e6a

View File

@@ -63,7 +63,7 @@ server {
# proxy_set_header Accept 'application/vnd.pgrst.object+json';
# assuming an upstream named "postgrest"
proxy_pass http://postgrest/$1?id=eq.$2;
# proxy_pass http://postgrest/$1?id=eq.$2;
default_type application/json;
proxy_hide_header Content-Location;