Skip to content

Instantly share code, notes, and snippets.

@gowhari
Created April 5, 2018 14:05
Show Gist options
  • Save gowhari/db3fc9830ec2a5df8f29287112e8d3b7 to your computer and use it in GitHub Desktop.
Save gowhari/db3fc9830ec2a5df8f29287112e8d3b7 to your computer and use it in GitHub Desktop.
import user
def register_blueprints(app):
app.register_blueprint(user.bp, url_prefix='/user')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment