Spaces:
Sleeping
Sleeping
| from fastapi import FastAPI | |
| app = FastAPI() | |
| def greet(): | |
| return "Hello Yash" | |
| def get_all_prodects(): | |
| return "all products" |
| from fastapi import FastAPI | |
| app = FastAPI() | |
| def greet(): | |
| return "Hello Yash" | |
| def get_all_prodects(): | |
| return "all products" |