Skip to content

usernado.helpers.api_route should be singleton #31

@reganto

Description

@reganto
# In foo.py

from usernado.helpers import api_route
.
.
.
# In bar.py

from usernado.helpers import api_route
.
.
.
# In server.py

from usernado.helpers import api_route
.
.
.
web.Application(api_route, **settings)

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