Bima Ardhia commited on
Commit
3214df1
·
1 Parent(s): 582b6ec
Files changed (1) hide show
  1. api/api_mage_x.py +1 -1
api/api_mage_x.py CHANGED
@@ -49,7 +49,7 @@ load_dotenv()
49
  # Initialize FastAPI
50
  app = FastAPI()
51
 
52
- app.get("/")
53
  async def check():
54
  return "API redi bolo !"
55
 
 
49
  # Initialize FastAPI
50
  app = FastAPI()
51
 
52
+ @app.get("/")
53
  async def check():
54
  return "API redi bolo !"
55