fix: issues
This commit is contained in:
7
backend/app/consts/consts.go
Normal file
7
backend/app/consts/consts.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package consts
|
||||
|
||||
// swagger:enum TokenType
|
||||
// ENUM(
|
||||
// User = "__tu", Tenant = "__tt"
|
||||
// )
|
||||
type TokenType string
|
||||
Reference in New Issue
Block a user