Description:
This enables a user to define an API root path. This provides a workaround for the issue described here. The PR also includes a readme section about configuring the API environment variables.
PR Checklist:
[ x ] Code is formatted and linted (run pre-commit run --all-files)
[ x ] Tests pass (run make test)
[ x ] Documentation has been updated to reflect changes, if applicable
Related Issue(s):
220
Description: This enables a user to define an API root path. This provides a workaround for the issue described here. The PR also includes a readme section about configuring the API environment variables.
PR Checklist:
pre-commit run --all-files
)make test
)