mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 21:45:00 +03:00
commit
9389fae8e6
File diff suppressed because one or more lines are too long
@ -35,7 +35,7 @@ def redirect_to_index():
|
||||
|
||||
CORS(app, resources={r"/*": {"origins": "*"}})
|
||||
|
||||
@app.route('/api/voice', methods=['POST'])
|
||||
@app.route('/api', methods=['POST'])
|
||||
def api():
|
||||
try:
|
||||
print("POST REQUEST PROCESSING....\n")
|
||||
|
Loading…
Reference in New Issue
Block a user