fix: bad path

This commit is contained in:
GareArc 2025-06-06 16:08:34 +09:00
parent bc8f741859
commit 180606a11b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from services.enterprise.enterprise_service import EnterpriseService
from services.feature_service import FeatureService
from werkzeug.exceptions import NotFound, Unauthorized
from api.services.webapp_auth_service import WebAppAuthService, WebAppAuthType
from services.webapp_auth_service import WebAppAuthService, WebAppAuthType
class PassportResource(Resource):