feat: Update endpoint /sport
This commit is contained in:
parent
383f2f2304
commit
34a5961a9a
@ -1,3 +1,15 @@
|
||||
@router.get("/sport")
|
||||
def get_all_sport():
|
||||
return 'retrieved'
|
||||
|
||||
|
||||
|
||||
@router.put("/sport")
|
||||
def update_sport():
|
||||
return 'updated'
|
||||
|
||||
|
||||
|
||||
@router.post("/sport")
|
||||
def saved_sport():
|
||||
return 'saved'
|
Loading…
x
Reference in New Issue
Block a user