mirror of
https://github.com/apidoorman/doorman.git
synced 2026-05-06 16:19:24 -05:00
Fix proto generation path
This commit is contained in:
@@ -25,7 +25,7 @@ from utils.role_util import platform_role_required_bool
|
||||
proto_router = APIRouter()
|
||||
logger = logging.getLogger('doorman.gateway')
|
||||
|
||||
PROJECT_ROOT = Path(__file__).parent.parent.resolve()
|
||||
PROJECT_ROOT = Path(__file__).parent.resolve()
|
||||
|
||||
|
||||
def sanitize_filename(filename: str):
|
||||
|
||||
Reference in New Issue
Block a user