From 2c330649c7366d8edd0523699fe4757f4a0f681f Mon Sep 17 00:00:00 2001 From: Steven Tey Date: Fri, 26 May 2023 11:50:52 -0500 Subject: [PATCH] Fix typo This should be api/index.py since that's the name of the file --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index 1e3f9f5..f1f4f34 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -8,7 +8,7 @@ export default function Home() {

Get started by editing  - api/python.py + api/index.py