WildOjisan commited on
Commit
1d27b68
·
1 Parent(s): 791bc85
Files changed (1) hide show
  1. test_router.py +0 -1
test_router.py CHANGED
@@ -36,7 +36,6 @@ class APIResponse(BaseModel):
36
  # APIRouter 인스턴스 생성
37
  # ----------------------------------------------------
38
  router = APIRouter(
39
- prefix="/crud/t_test1",
40
  tags=["crud_t_test1"],
41
  )
42
 
 
36
  # APIRouter 인스턴스 생성
37
  # ----------------------------------------------------
38
  router = APIRouter(
 
39
  tags=["crud_t_test1"],
40
  )
41