From db045c58b014925bb377d2461fea04e5c435ebfb Mon Sep 17 00:00:00 2001 From: Vimal Garg Date: Sun, 24 Mar 2024 18:07:03 +0100 Subject: [PATCH] updating the uvicorn command --- FASTApi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FASTApi.md b/FASTApi.md index ab2453e..c42586b 100644 --- a/FASTApi.md +++ b/FASTApi.md @@ -23,7 +23,7 @@ Welcome to the Job Market API! This API provides functionalities to extract, tra 4. **Run the API**: Start the FastAPI application using Uvicorn. ``` - uvicorn api:app --reload + uvicorn api:api --reload ``` ## API Endpoints