From 173af6847ec928134b666cfd757b38e46e16b364 Mon Sep 17 00:00:00 2001 From: Keith Stevens Date: Wed, 18 Jan 2023 15:23:24 +0900 Subject: [PATCH] Moving the username handler to a ts file --- website/src/pages/api/{username.tsx => username.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename website/src/pages/api/{username.tsx => username.ts} (100%) diff --git a/website/src/pages/api/username.tsx b/website/src/pages/api/username.ts similarity index 100% rename from website/src/pages/api/username.tsx rename to website/src/pages/api/username.ts