fix: make create session works

This commit is contained in:
Muyao CHEN
2024-10-13 21:55:26 +02:00
parent 7ff91bab1d
commit 9290bcf88c
9 changed files with 41 additions and 17 deletions

View File

@ -0,0 +1,6 @@
package shared
const (
XRequestID = "X-Request-Id"
XUserName = "X-Username"
)