uploadのエンドポイント更新
This commit is contained in:
parent
c6ce3bd788
commit
2a6fbe750c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ def app():
|
||||||
wave = tja.parent / Path(wave_str)
|
wave = tja.parent / Path(wave_str)
|
||||||
|
|
||||||
if wave.is_file():
|
if wave.is_file():
|
||||||
res = post("https://taikoapp.uk/upload", files={
|
res = post("https://taikoapp.uk/api/upload", files={
|
||||||
"file_tja": tja_data,
|
"file_tja": tja_data,
|
||||||
"file_music": wave.read_bytes(),
|
"file_music": wave.read_bytes(),
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue