Adjust paths for new repository

This commit is contained in:
eikendev 2021-01-16 15:27:34 +01:00
parent 434f594629
commit ad56422838
No known key found for this signature in database
GPG key ID: A1BDB1B28C8EF694
19 changed files with 38 additions and 38 deletions

View file

@ -3,7 +3,7 @@ package model
import (
"log"
"github.com/eikendev/pushbits/authentication/credentials"
"github.com/pushbits/server/authentication/credentials"
)
// User holds information like the name, the secret, and the applications of a user.