mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 23:53:12 -04:00
Add Procfile for heroku
This commit is contained in:
@@ -5,7 +5,7 @@ app = Flask(__name__)
|
|||||||
|
|
||||||
@app.route('/')
|
@app.route('/')
|
||||||
def index():
|
def index():
|
||||||
return 'Hello from notify-admin-frontend'
|
return 'Hello from notifications-admin'
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(port=6012)
|
app.run(port=6012)
|
||||||
|
|||||||
Reference in New Issue
Block a user