Skip to content

Instantly share code, notes, and snippets.

Created July 7, 2015 17:52
Show Gist options
  • Save anonymous/fda6080f3e7910d4be84 to your computer and use it in GitHub Desktop.
Save anonymous/fda6080f3e7910d4be84 to your computer and use it in GitHub Desktop.
from eve import Eve
from flask import request
#app = Eve(auth=MyBasicAuth, settings='config.py')
app = Eve(settings='config.py')
if __name__ == '__main__':
app.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment