Removed bad references
This commit is contained in:
@ -2,7 +2,7 @@ import os
|
||||
from enum import Enum
|
||||
from functools import wraps
|
||||
|
||||
from core_auth.core.entity.ResponseTypes import ResponseTypes
|
||||
from src.core.entity.ResponseTypes import ResponseTypes
|
||||
from src.core.use_case import (
|
||||
clients_use_case,
|
||||
users_use_case,
|
||||
|
@ -41,5 +41,5 @@ async def index():
|
||||
return {
|
||||
"type": ResponseTypes.SUCCESS,
|
||||
"error": [],
|
||||
"data": "Welcome to the Core Auth API. Check the documentation at /docs.",
|
||||
"data": "Welcome to the API. Check the documentation at /docs.",
|
||||
}
|
||||
|
Reference in New Issue
Block a user