mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-10 23:23:27 -05:00
Added a blank test
This commit is contained in:
@@ -2,6 +2,7 @@ from flask import Flask
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
|
||||
@app.route('/')
|
||||
def index():
|
||||
return 'Hello from notify-admin-frontend'
|
||||
|
||||
Reference in New Issue
Block a user