diff --git a/app/api/downloads/[fileId]/route.ts b/app/downloads/[fileId]/route.ts similarity index 100% rename from app/api/downloads/[fileId]/route.ts rename to app/downloads/[fileId]/route.ts diff --git a/app/api/hosts/[hostname]/credentials/route.ts b/app/hosts/[hostname]/credentials/route.ts similarity index 100% rename from app/api/hosts/[hostname]/credentials/route.ts rename to app/hosts/[hostname]/credentials/route.ts diff --git a/app/api/hosts/[hostname]/screenshots/route.ts b/app/hosts/[hostname]/screenshots/route.ts similarity index 100% rename from app/api/hosts/[hostname]/screenshots/route.ts rename to app/hosts/[hostname]/screenshots/route.ts diff --git a/app/api/hosts/[hostname]/time-distribution/route.ts b/app/hosts/[hostname]/time-distribution/route.ts similarity index 100% rename from app/api/hosts/[hostname]/time-distribution/route.ts rename to app/hosts/[hostname]/time-distribution/route.ts diff --git a/app/api/hosts/route.ts b/app/hosts/route.ts similarity index 100% rename from app/api/hosts/route.ts rename to app/hosts/route.ts diff --git a/app/api/screenshots/[fileId]/route.ts b/app/screenshots/[fileId]/route.ts similarity index 100% rename from app/api/screenshots/[fileId]/route.ts rename to app/screenshots/[fileId]/route.ts diff --git a/app/api/upload/version/route.ts b/app/upload/version/route.ts similarity index 100% rename from app/api/upload/version/route.ts rename to app/upload/version/route.ts diff --git a/app/api/api/version/route.ts b/app/version/route.ts similarity index 100% rename from app/api/api/version/route.ts rename to app/version/route.ts diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 100644 index 0000000..e69de29 diff --git a/ecosystem.config.json b/ecosystem.config.json new file mode 100644 index 0000000..e69de29