|
@@ -48,7 +48,7 @@ app.add_middleware(
|
|
|
app.mount("/static", StaticFiles(directory="static"), name="static")
|
|
|
app.mount("/static/img", StaticFiles(directory="static/img"), name="static/img")
|
|
|
|
|
|
-tmp_video_dir = 'tmp_video/'
|
|
|
+tmp_video_dir = '../OpenshotService/tmp_video/'
|
|
|
video_dest = '/var/www/html/'
|
|
|
|
|
|
class swap_req(BaseModel):
|