mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-04 20:03:04 +02:00
rename module name from gitlab to github.
This commit is contained in:
parent
41df1bc8d3
commit
3cd59b9f30
75 changed files with 178 additions and 178 deletions
|
@ -3,9 +3,9 @@ package api
|
|||
import (
|
||||
"net/http"
|
||||
|
||||
"gitlab.com/demodesk/neko/server/pkg/auth"
|
||||
"gitlab.com/demodesk/neko/server/pkg/types"
|
||||
"gitlab.com/demodesk/neko/server/pkg/utils"
|
||||
"github.com/demodesk/neko/pkg/auth"
|
||||
"github.com/demodesk/neko/pkg/types"
|
||||
"github.com/demodesk/neko/pkg/utils"
|
||||
)
|
||||
|
||||
type SessionLoginPayload struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue