Skip to content

Commit

Permalink
Remove outdated, accidentally-copied reference to PRS from code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mharding-hpe committed Nov 5, 2024
1 parent b42cb41 commit f692270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bos/server/controllers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def url_for(endpoint, **values):
"""Calculate the URL for an endpoint
This wraps flask.url_for. flask.url_for doesn't generate the path that we
need when PRS is running on a path behind a proxy. For example, if the app
need when BOS is running on a path behind a proxy. For example, if the app
is proxied on `/apis/bos` and the client made a request like
`/apis/bos/v1`, flask.url_for('repositories') would return
`/v1/repositories` which wouldn't be valid because it's missing the path
Expand Down

0 comments on commit f692270

Please sign in to comment.