From df1894e75ca355ae4c7e9c81ce4e998f122d34bc Mon Sep 17 00:00:00 2001 From: Bruno Patrocinio Date: Wed, 29 Apr 2026 17:32:19 -0300 Subject: [PATCH] Update firebase.json --- Python/http-flask/firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/http-flask/firebase.json b/Python/http-flask/firebase.json index db38e0898d..1f0ad9dbd6 100644 --- a/Python/http-flask/firebase.json +++ b/Python/http-flask/firebase.json @@ -1,5 +1,5 @@ { "functions": { - "codebase": "http-flask" + "codebase": "functions" } }