From 02e3ee4ae42c941fdbce582b8de7d54428fcec82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane?= Date: Thu, 23 Nov 2023 21:20:30 +0100 Subject: [PATCH] feat: try to add api function with vercel --- {src/api => api}/hello.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {src/api => api}/hello.ts (100%) diff --git a/src/api/hello.ts b/api/hello.ts similarity index 100% rename from src/api/hello.ts rename to api/hello.ts