🚚 Move new-frontend to frontend (#652)
This commit is contained in:
9
frontend/nginx-backend-not-found.conf
Normal file
9
frontend/nginx-backend-not-found.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
location /api {
|
||||
return 404;
|
||||
}
|
||||
location /docs {
|
||||
return 404;
|
||||
}
|
||||
location /redoc {
|
||||
return 404;
|
||||
}
|
Reference in New Issue
Block a user