Skip to content

Commit

Permalink
fix: missing brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
valosnah committed Oct 8, 2024
1 parent 8886095 commit 5400354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ http {

location /api/serviceowner/authorization/rights {
default_type application/json;
try_files /mockdata/authorization-mock/${arg_reportee}_${arg_subject}.json /mockdata/authorization-mock/$arg_reportee.json;
try_files /mockdata/authorization-mock/${arg_reportee}_${arg_subject}.json /mockdata/authorization-mock/${arg_reportee}.json;
}
}
}

0 comments on commit 5400354

Please sign in to comment.