Browse Source
* 🐛 Fix frontend hijacking /docs in development * 🐛 Fix frontend Dockerfile copying Nginx configpull/13907/head
committed by
GitHub
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
location /api { |
|||
return 404; |
|||
} |
|||
location /docs { |
|||
return 404; |
|||
} |
|||
location /redoc { |
|||
return 404; |
|||
} |
Loading…
Reference in new issue