From 4d5740ee6ea38af94e1b56877f427872b9ed79ea Mon Sep 17 00:00:00 2001 From: Orliluq Date: Wed, 3 Apr 2024 13:27:48 -0400 Subject: [PATCH] cambios --- api/api/index.html | 91 ++++++++++++++++++++++++++++++++++++++++++++++ api/firebase.json | 2 +- 2 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 api/api/index.html diff --git a/api/api/index.html b/api/api/index.html new file mode 100644 index 0000000..1fe3c34 --- /dev/null +++ b/api/api/index.html @@ -0,0 +1,91 @@ + + + + + + Welcome to Firebase Hosting + + + + + + + + + + + + + + + + + + + + + +
+

Welcome

+

Firebase Hosting Setup Complete

+

You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!

+ Open Hosting Documentation +
+

Firebase SDK Loading…

+ + + + diff --git a/api/firebase.json b/api/firebase.json index f6226d6..d99ce16 100644 --- a/api/firebase.json +++ b/api/firebase.json @@ -21,7 +21,7 @@ } ], "hosting": { - "public": "public", + "public": "api", "ignore": [ "firebase.json", "**/.*",