diff options
Diffstat (limited to '.ddev/nginx/postgrest.conf')
-rw-r--r-- | .ddev/nginx/postgrest.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.ddev/nginx/postgrest.conf b/.ddev/nginx/postgrest.conf index f6f31bd..c8b04db 100644 --- a/.ddev/nginx/postgrest.conf +++ b/.ddev/nginx/postgrest.conf @@ -1,5 +1,11 @@ # Add a custom endpoint for passing requests to # postgrest. +# +# SPDX-FileCopyrightText: 2024 Eilertsens Kodeknekkeri +# SPDX-FileCopyrightText: 2024 Harald Eilertsen +# +# SPDX-License-Identifier: CC0-1.0 + location /api/ { default_type application/json; |