Moved config and finished JWT module
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
||||
"database/sql"
|
||||
"net/http"
|
||||
|
||||
"projectreshoot/config"
|
||||
"projectreshoot/handlers"
|
||||
"projectreshoot/view/page"
|
||||
|
||||
@@ -14,7 +15,7 @@ import (
|
||||
func addRoutes(
|
||||
mux *http.ServeMux,
|
||||
logger *zerolog.Logger,
|
||||
config *Config,
|
||||
config *config.Config,
|
||||
conn *sql.DB,
|
||||
) {
|
||||
// Static files
|
||||
|
||||
Reference in New Issue
Block a user