master
andryyy 2019-10-03 11:15:53 +02:00
parent 8d1c6e5f49
commit 0f5c930e48
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 0 additions and 4 deletions

View File

@ -76,10 +76,6 @@ server {
rewrite ^(.*)$ $1.php last;
}
location /api/ {
try_files /_apidocs.html;
}
location ~ ^/api/v1/(.*)$ {
try_files $uri $uri/ /json_api.php?query=$1;
}