From 0661ae261fcece7b883a59004bc672b70e90a9a6 Mon Sep 17 00:00:00 2001 From: wood chen Date: Mon, 6 Jan 2025 17:59:12 +0800 Subject: [PATCH] chore: remove unused API request handling code from index.js --- functions/{api/index.js => api.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename functions/{api/index.js => api.js} (100%) diff --git a/functions/api/index.js b/functions/api.js similarity index 100% rename from functions/api/index.js rename to functions/api.js