feat: follow llm.txt
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
// me provides tenant context introspection endpoints (current tenant/user/tenant_user).
|
||||
//
|
||||
// @provider
|
||||
// @provider
|
||||
type me struct{}
|
||||
|
||||
// get
|
||||
@@ -18,10 +18,10 @@ type me struct{}
|
||||
// @Tags Tenant
|
||||
// @Accept json
|
||||
// @Produce json
|
||||
// @Param tenant_code path string true "Tenant Code"
|
||||
// @Param tenantCode path string true "Tenant Code"
|
||||
// @Success 200 {object} dto.MeResponse
|
||||
//
|
||||
// @Router /t/:tenant_code/v1/me [get]
|
||||
// @Router /t/:tenantCode/v1/me [get]
|
||||
// @Bind tenant local key(tenant)
|
||||
// @Bind user local key(user)
|
||||
// @Bind tenantUser local key(tenant_user)
|
||||
|
||||
Reference in New Issue
Block a user