From ad7b3590d78b346c9fe0624eb9cb90e759e8fb3d Mon Sep 17 00:00:00 2001 From: CyferShepard Date: Sat, 28 May 2022 08:50:51 +0200 Subject: [PATCH] Move auth.ts to correct folder --- {routes => server/routes}/auth.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {routes => server/routes}/auth.ts (100%) diff --git a/routes/auth.ts b/server/routes/auth.ts similarity index 100% rename from routes/auth.ts rename to server/routes/auth.ts