Added a blank test

This commit is contained in:
Rebecca Law
2015-11-18 16:52:43 +00:00
parent 94dadfac92
commit 83a1dbd79d
4 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ from flask import Flask
app = Flask(__name__)
@app.route('/')
def index():
return 'Hello from notify-admin-frontend'