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