diff --git a/backend/app/api/api_v1/routers/kintone.py b/backend/app/api/api_v1/routers/kintone.py index c616622..ba4de3d 100644 --- a/backend/app/api/api_v1/routers/kintone.py +++ b/backend/app/api/api_v1/routers/kintone.py @@ -509,7 +509,7 @@ async def createjstokintone(app:str): jscs=[] files=[] files.append(createappjs(app)) - files.append('Temp\\alc_runtime.js.js') + files.append('Temp\\alc_runtime.js') for file in files: upload = uploadkintonefiles(file) if upload.get('fileKey') != None: