From ea578433f3970ea4c6f6894cf81f18671c449a9e Mon Sep 17 00:00:00 2001 From: Christian Risi <75698846+CnF-Gris@users.noreply.github.com> Date: Sun, 29 Jun 2025 17:56:21 +0000 Subject: [PATCH] Changed Tree to reflect changes in requirements --- .../api/{ => v1}/endpoint/ssl-termination/[name]/+server.ts | 0 src/routes/api/{ => v1}/reload/+server.ts | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/routes/api/{ => v1}/endpoint/ssl-termination/[name]/+server.ts (100%) rename src/routes/api/{ => v1}/reload/+server.ts (100%) diff --git a/src/routes/api/endpoint/ssl-termination/[name]/+server.ts b/src/routes/api/v1/endpoint/ssl-termination/[name]/+server.ts similarity index 100% rename from src/routes/api/endpoint/ssl-termination/[name]/+server.ts rename to src/routes/api/v1/endpoint/ssl-termination/[name]/+server.ts diff --git a/src/routes/api/reload/+server.ts b/src/routes/api/v1/reload/+server.ts similarity index 100% rename from src/routes/api/reload/+server.ts rename to src/routes/api/v1/reload/+server.ts