Rename old router to legacy_base_router (#2048)
Co-authored-by: Suchintan Singh <suchintansingh@gmail.com>
This commit is contained in:
5
skyvern/forge/sdk/routes/routers.py
Normal file
5
skyvern/forge/sdk/routes/routers.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
base_router = APIRouter()
|
||||
legacy_base_router = APIRouter(include_in_schema=False)
|
||||
legacy_v2_router = APIRouter(include_in_schema=False)
|
||||
Reference in New Issue
Block a user