Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def aiassist():
|
|
103 |
|
104 |
|
105 |
|
106 |
-
@app.route('/
|
107 |
def post_json():
|
108 |
print(f"\n{'*' * 100}\n")
|
109 |
print("Request Received >>>>>>>>>>>>>>>>>>", datetime.now().strftime("%H:%M:%S"))
|
|
|
103 |
|
104 |
|
105 |
|
106 |
+
@app.route('/post_json', methods=['POST'])
|
107 |
def post_json():
|
108 |
print(f"\n{'*' * 100}\n")
|
109 |
print("Request Received >>>>>>>>>>>>>>>>>>", datetime.now().strftime("%H:%M:%S"))
|