From 3eb622e954eef647bb397e14aac9d9b70523b616 Mon Sep 17 00:00:00 2001 From: Chase Manning Date: Sun, 14 Apr 2024 16:25:14 +0100 Subject: [PATCH] move api hosting to webapp --- .firebaserc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.firebaserc b/.firebaserc index c9c5a87..b032d32 100644 --- a/.firebaserc +++ b/.firebaserc @@ -1,5 +1,5 @@ { "projects": { - "default": "tlx-api" + "default": "tlx-webapp" } }