Skip to content

/problems URI hard coded #6

Description

@PythonFZ

type = "/problems/validation"

Check what happens to URIs if we change app.include_router(get_problem_docs_router(), prefix="/problems") to app.include_router(get_problem_docs_router(), prefix="/v1/problem-docs") or similiar.

Consider a global config flag e.g. in add_problem_handlers(app) together with a wildcard type = "{{url}}/out-of-credit" or similar to allow for flexible uri/error path definition on the same server or other servers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions