From 97df7fbe1a1665605213cd5522a1ccb99217772f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 13 Jul 2020 12:15:12 +0200 Subject: [PATCH] fix serverless functions --- api/{file.tsx => file.ts} | 0 api/{redeploy.tsx => redeploy.ts} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename api/{file.tsx => file.ts} (100%) rename api/{redeploy.tsx => redeploy.ts} (100%) diff --git a/api/file.tsx b/api/file.ts similarity index 100% rename from api/file.tsx rename to api/file.ts diff --git a/api/redeploy.tsx b/api/redeploy.ts similarity index 100% rename from api/redeploy.tsx rename to api/redeploy.ts