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
270311ffa2
commit
4ef58ae313
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('/test', methods=['POST'])
|
@app.route('/test', methods=['POST'])
|
||||||
def post_voice(title, prefix, index):
|
def test():
|
||||||
try:
|
try:
|
||||||
# filename = f"{prefix}{index:03}.zip"
|
# filename = f"{prefix}{index:03}.zip"
|
||||||
# data_dir = os.path.join(DATA_ROOT, title)
|
# data_dir = os.path.join(DATA_ROOT, title)
|
||||||
|
Loading…
Reference in New Issue
Block a user