Skip to content

Commit

Permalink
updating the uvicorn command
Browse files Browse the repository at this point in the history
  • Loading branch information
khushboo026 committed Mar 24, 2024
1 parent 2607cdd commit db045c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FASTApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db045c5

Please sign in to comment.