Bug fix in init files
This commit is contained in:
2
app/api/v1/public/vendors/auth.py
vendored
2
app/api/v1/public/vendors/auth.py
vendored
@@ -19,7 +19,7 @@ from models.schema.auth import LoginResponse, UserLogin
|
||||
from models.schema.customer import CustomerRegister, CustomerResponse
|
||||
from models.database.vendor import Vendor
|
||||
|
||||
router = APIRouter()
|
||||
router = APIRouter(prefix="/auth")
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user