Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created January 22, 2020 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/11752200c1856efad91178fd9831987c to your computer and use it in GitHub Desktop.
Save Porter97/11752200c1856efad91178fd9831987c to your computer and use it in GitHub Desktop.
def create_app(config_name):
#...
from .auth import auth as auth_blueprint
app.register_blueprint(auth_blueprint, url_prefix=/auth’)
return app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment