Removed redundant stuff
This commit is contained in:
parent
b6f4eddb42
commit
f5b274a678
5 changed files with 1 additions and 43 deletions
|
|
@ -1,15 +0,0 @@
|
|||
from fastapi import APIRouter
|
||||
|
||||
from app.logic.example_logic import get_example_message
|
||||
|
||||
router = APIRouter(
|
||||
prefix="/example",
|
||||
tags=["Example"]
|
||||
)
|
||||
|
||||
@router.get("/")
|
||||
def get_example():
|
||||
|
||||
return(
|
||||
get_example_message()
|
||||
)
|
||||
Loading…
Reference in a new issue