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