core/app/constants/misc.go
2024-05-10 13:17:18 +07:00

6 lines
50 B
Go

package constants
const (
JWT_APP_ISS = "stc"
)