mirror of
https://github.com/wassname/talk.git
synced 2026-08-08 11:28:12 +08:00
added tenant + graph support
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# HTTP Routes
|
||||
|
||||
## Stream API
|
||||
|
||||
/api/tenant/:tenantID/graphql
|
||||
/api/tenant/:tenantID/auth
|
||||
|
||||
## Tenant Management API
|
||||
|
||||
/api/graphql
|
||||
/api/auth
|
||||
|
||||
# Folder structure
|
||||
|
||||
/graph/tenant <-- tenant's api (comments, assets, ...)
|
||||
/graph/management <-- tenant management api
|
||||
|
||||
1. No tenants
|
||||
2. Create a tenant <-- consuming the TMA
|
||||
Reference in New Issue
Block a user