Skip to content

Commit

Permalink
Fix swagger by accounting for /assets/lib/ and /assets/swagger.json a…
Browse files Browse the repository at this point in the history
…s part of the API container (#95)
  • Loading branch information
ljdelight committed Feb 3, 2024
1 parent 79c329f commit 34778ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/nginx-config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ server {
proxy_set_header Connection "upgrade";
proxy_http_version 1.1;
}
location ~ (/api/|/auth/|/docs/) {
location ~ (/api/|/auth/|/docs/|/assets/lib/|/assets/swagger.json) {
proxy_pass http://api;

include mime.types;
Expand Down

0 comments on commit 34778ca

Please sign in to comment.