thewellermangroup
commited on
Commit
·
c5ec071
1
Parent(s):
71d8030
Update app.py
Browse files
app.py
CHANGED
@@ -73,9 +73,23 @@ def ALotOfGames():
|
|
73 |
@app.route('/ACCESS/Make a Review', methods=['GET'])
|
74 |
def MakeAReview():
|
75 |
return 'Access Denied'
|
|
|
76 |
@app.route('/ACCESS/The Wellerman Group AI', methods=['GET'])
|
77 |
def TheWellermanGroupAI():
|
78 |
return 'Access Denied'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
@app.route('/ACCESS/The Wellerman Group Chatbox', methods=['GET'])
|
80 |
def TheWellermanGroupChatbox():
|
81 |
return 'Access Denied'
|
|
|
73 |
@app.route('/ACCESS/Make a Review', methods=['GET'])
|
74 |
def MakeAReview():
|
75 |
return 'Access Denied'
|
76 |
+
|
77 |
@app.route('/ACCESS/The Wellerman Group AI', methods=['GET'])
|
78 |
def TheWellermanGroupAI():
|
79 |
return 'Access Denied'
|
80 |
+
@app.route('/ACCESS/The Wellerman Group AI/Chat GPT', methods=['GET'])
|
81 |
+
def TheWellermanGroupAI():
|
82 |
+
return 'Access Denied'
|
83 |
+
@app.route('/ACCESS/The Wellerman Group AI/Dalle-2', methods=['GET'])
|
84 |
+
def TheWellermanGroupAI():
|
85 |
+
return 'Access Denied'
|
86 |
+
@app.route('/ACCESS/The Wellerman Group AI/3D Thing', methods=['GET'])
|
87 |
+
def TheWellermanGroupAI():
|
88 |
+
return 'Access Denied'
|
89 |
+
@app.route('/ACCESS/The Wellerman Group AI/Make Your Own', methods=['GET'])
|
90 |
+
def TheWellermanGroupAI():
|
91 |
+
return 'Access Denied'
|
92 |
+
|
93 |
@app.route('/ACCESS/The Wellerman Group Chatbox', methods=['GET'])
|
94 |
def TheWellermanGroupChatbox():
|
95 |
return 'Access Denied'
|