mirror of
https://github.com/get-drexa/drive.git
synced 2026-02-02 14:41:18 +00:00
feat(backend): introduce org namespaced api routes
This commit is contained in:
7
apps/backend/internal/organization/err.go
Normal file
7
apps/backend/internal/organization/err.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package organization
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrOrganizationNotFound = errors.New("organization not found")
|
||||
)
|
||||
Reference in New Issue
Block a user