updated api builds
This commit is contained in:
@@ -15,12 +15,12 @@ from validations.request.auth.validations import (
|
||||
RequestForgotPasswordEmail,
|
||||
RequestVerifyOTP,
|
||||
)
|
||||
from events.auth.events import AuthHandlers
|
||||
from events.auth.events import AuthHandlers, LoginHandler
|
||||
from endpoints.index import endpoints_index
|
||||
|
||||
from api_validations.defaults.validations import CommonHeaders
|
||||
from api_middlewares.token_provider import TokenProvider
|
||||
from events.auth.events import LoginHandler
|
||||
from Validations.defaults.validations import CommonHeaders
|
||||
from Extensions.Middlewares.token_provider import TokenProvider
|
||||
|
||||
|
||||
auth_route = APIRouter(prefix="/authentication", tags=["Authentication Cluster"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user