feat: auto activity logging on issue create/delete, fix schema db.add bug
This commit is contained in:
@@ -8,6 +8,7 @@ from app.models import models
|
||||
from app.schemas import schemas
|
||||
from app.api.deps import get_current_user_or_apikey
|
||||
from app.api.rbac import check_project_role
|
||||
from app.services.activity import log_activity
|
||||
|
||||
router = APIRouter(prefix="/projects", tags=["Projects"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user