anmolmalik01 commited on
Commit
68e5d2d
1 Parent(s): f609978

Adding files

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -1,6 +1,6 @@
1
  from fastapi import FastAPI
2
 
3
- app = FASTAPI()
4
 
5
  @app.get('/hello')
6
  def hello():
 
1
  from fastapi import FastAPI
2
 
3
+ app = FastAPI()
4
 
5
  @app.get('/hello')
6
  def hello():