docs(phase-2.5): Complete access control implementation
This commit is contained in:
parent
eb0e2cc4b5
commit
378703bf1c
19 changed files with 1204 additions and 48 deletions
4
COMMIT-NOW.sh
Executable file
4
COMMIT-NOW.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
git add -A
|
||||
git commit -m 'feat(backend): Phase 2.5 permission and share models'
|
||||
git push origin main
|
||||
Loading…
Add table
Add a link
Reference in a new issue