12
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
Product=APIRouter()
|
||||
@Product.get("/shanping")
|
||||
def shaning():
|
||||
return {"message":"Hello World"}
|
||||
@Product.post("/shaning")
|
||||
def shaning():
|
||||
return {"message":"Hello World"}
|
||||
Reference in New Issue
Block a user