migrated out env module and moved config to internal
This commit is contained in:
@@ -2,9 +2,9 @@ package handler
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
"projectreshoot/internal/config"
|
||||
"projectreshoot/internal/view/component/search"
|
||||
"projectreshoot/internal/view/page"
|
||||
"projectreshoot/pkg/config"
|
||||
|
||||
"git.haelnorr.com/h/golib/hlog"
|
||||
"git.haelnorr.com/h/golib/tmdb"
|
||||
|
||||
Reference in New Issue
Block a user