From 26c7241790af0d05e9b41663dee4694abdbe4a0d Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 24 Oct 2023 13:15:46 +0200 Subject: [PATCH] refactor(templates): make .js api example --- templates/basic/routes/api/{user.ts => user.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename templates/basic/routes/api/{user.ts => user.js} (100%) diff --git a/templates/basic/routes/api/user.ts b/templates/basic/routes/api/user.js similarity index 100% rename from templates/basic/routes/api/user.ts rename to templates/basic/routes/api/user.js