diff --git a/frontend/fetch-openapi.js b/frontend/fetch-openapi.js index 98ff980..5a2ea8a 100644 --- a/frontend/fetch-openapi.js +++ b/frontend/fetch-openapi.js @@ -178,9 +178,9 @@ async function fetchAndGenerate() { const backendDirectory = (() => { switch (nodeEnv) { case 'prod': - return path.resolve('/home/jungfrau/aaredb/backend/app'); // Production path + return path.resolve('/app/backend/app'); // Production path case 'test': - return path.resolve('/home/jungfrau/aaredb/backend/app'); // Test path + return path.resolve('/app/backend/app'); // Test path case 'dev': default: return path.resolve('/app/backend'); // Development path