fix: make create session works
This commit is contained in:
6
internal/pkg/shared/const.go
Normal file
6
internal/pkg/shared/const.go
Normal file
@ -0,0 +1,6 @@
|
||||
package shared
|
||||
|
||||
const (
|
||||
XRequestID = "X-Request-Id"
|
||||
XUserName = "X-Username"
|
||||
)
|
Reference in New Issue
Block a user