Spaces:
Sleeping
Sleeping
thewellermangroup
commited on
Commit
•
a5554ec
1
Parent(s):
81dd028
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def password():
|
|
67 |
@app.route('/ACCESS/Listen to Wellerman', methods=['GET'])
|
68 |
def ListenToWellerman():
|
69 |
return 'Access Denied'
|
70 |
-
@app.route('/ACCESS/A Lot of Games', methods=['GET'])
|
71 |
def ALotOfGames():
|
72 |
return 'Access Denied'
|
73 |
@app.route('/ACCESS/Make a Review', methods=['GET'])
|
|
|
67 |
@app.route('/ACCESS/Listen to Wellerman', methods=['GET'])
|
68 |
def ListenToWellerman():
|
69 |
return 'Access Denied'
|
70 |
+
@app.route('/ACCESS/A Lot of Games/Jacob Janzen\'s Website', methods=['GET'])
|
71 |
def ALotOfGames():
|
72 |
return 'Access Denied'
|
73 |
@app.route('/ACCESS/Make a Review', methods=['GET'])
|