From b8d887f82d65367010fb11d8615ce436708a3147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20J=C3=A4derberg?= Date: Mon, 3 Nov 2025 13:33:45 +0000 Subject: [PATCH] Merged in chore/move-destinations-api-endpoint (pull request #3058) chore: move /api/destinations/[country]/[?city] -> /api/web/destinations/[country]/[?city] * chore: move /api/destinations/[country]/[?city] -> /api/web/destinations/[country]/[?city] --- .../app/api/{ => web}/destinations/[country]/[city]/route.ts | 0 .../api/{ => web}/destinations/[country]/createDataResponse.ts | 0 .../scandic-web/app/api/{ => web}/destinations/[country]/route.ts | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename apps/scandic-web/app/api/{ => web}/destinations/[country]/[city]/route.ts (100%) rename apps/scandic-web/app/api/{ => web}/destinations/[country]/createDataResponse.ts (100%) rename apps/scandic-web/app/api/{ => web}/destinations/[country]/route.ts (100%) diff --git a/apps/scandic-web/app/api/destinations/[country]/[city]/route.ts b/apps/scandic-web/app/api/web/destinations/[country]/[city]/route.ts similarity index 100% rename from apps/scandic-web/app/api/destinations/[country]/[city]/route.ts rename to apps/scandic-web/app/api/web/destinations/[country]/[city]/route.ts diff --git a/apps/scandic-web/app/api/destinations/[country]/createDataResponse.ts b/apps/scandic-web/app/api/web/destinations/[country]/createDataResponse.ts similarity index 100% rename from apps/scandic-web/app/api/destinations/[country]/createDataResponse.ts rename to apps/scandic-web/app/api/web/destinations/[country]/createDataResponse.ts diff --git a/apps/scandic-web/app/api/destinations/[country]/route.ts b/apps/scandic-web/app/api/web/destinations/[country]/route.ts similarity index 100% rename from apps/scandic-web/app/api/destinations/[country]/route.ts rename to apps/scandic-web/app/api/web/destinations/[country]/route.ts