Some linting fixes
This commit is contained in:
@ -3,8 +3,7 @@ package main
|
||||
import (
|
||||
"io/fs"
|
||||
"log"
|
||||
|
||||
netHttp "net/http"
|
||||
"net/http"
|
||||
|
||||
"git.javil.eu/jacob1123/budgeteer/bcrypt"
|
||||
"git.javil.eu/jacob1123/budgeteer/config"
|
||||
@ -34,7 +33,7 @@ func main() {
|
||||
Service: q,
|
||||
TokenVerifier: &jwt.TokenVerifier{},
|
||||
CredentialsVerifier: &bcrypt.Verifier{},
|
||||
StaticFS: netHttp.FS(static),
|
||||
StaticFS: http.FS(static),
|
||||
}
|
||||
|
||||
handler.Serve()
|
||||
|
Reference in New Issue
Block a user