Skip to content

Commit 8f3213c

Browse files
committed
update
1 parent e8d826f commit 8f3213c

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
app = Flask(__name__)
44

5-
from app import routes
5+
from app import index
File renamed without changes.

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Flask==3.0.3
2-
google-generativeai
2+
google-generativeai
3+
python-dotenv

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"rewrites": [
3-
{ "source": "/(.*)", "destination": "/app/routes" }
3+
{ "source": "/(.*)", "destination": "/app/index" }
44
]
55
}

0 commit comments

Comments
 (0)