rename module to gitlab.com/demodesk/neko/server.

This commit is contained in:
Miroslav Šedivý 2022-03-20 11:27:41 +01:00
parent aa556b7839
commit 94c17e9a42
68 changed files with 166 additions and 165 deletions

View file

@ -6,7 +6,7 @@ import (
"strings"
"time"
"demodesk/neko/internal/types"
"gitlab.com/demodesk/neko/server/internal/types"
)
func (manager *SessionManagerCtx) CookieSetToken(w http.ResponseWriter, token string) {