features/bootstrapping #1

Merged
jtom38 merged 24 commits from features/bootstrapping into main 2024-06-02 19:55:25 -07:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit cd76404fe8 - Show all commits

View File

@ -0,0 +1,7 @@
package domain
const (
CookieToken = "token"
CookieRefreshToken = "refreshToken"
CookieUser = "user"
)