fix: corrected wrong parameter

This commit is contained in:
Jimish Gamit 2024-11-06 15:47:16 +05:30 committed by GitHub
parent 6184708cf0
commit b6bac20de7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ The package lets you identify tenants using the following methods:
- Subdomain identification (`acme.yoursaas.com`)
- Domain OR subdomain identification (both of the above)
- Path identification (`yoursaas.com/acme/dashboard`)
- Request data identification (`yoursaas.com/users?tenant_id=acme` — or using request headers)
- Request data identification (`yoursaas.com/users?tenant=acme` — or using request headers)
However, **you're free to write additional tenant resolvers.**