Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Update APIServer to use Flask blueprints #1131

Merged
merged 1 commit into from Sep 8, 2020

Conversation

gleybersonandrade
Copy link
Contributor

Today, an exception is raised when two or more endpoints are registered with the same name. This PR changes the APIServer class to use Flask blueprints when the napps endpoints are created.

Fix #1118

@cmagnobarbosa cmagnobarbosa self-requested a review August 18, 2020 19:03
@gleybersonandrade gleybersonandrade requested review from cmagnobarbosa, a team and josemauro and removed request for a team September 3, 2020 00:02
Today, an exception is raised when two or more endpoints are registered with the same name. This commit changes the APIServer class to use Flask blueprints when the napps endpoints are created.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error if two NApps have methods with the same name decorated with @rest
3 participants