diff --git a/main.go b/main.go index 91bc951..cbb360d 100644 --- a/main.go +++ b/main.go @@ -26,6 +26,8 @@ func main() { return } + loan.SetDSN(config.DSN) + setupRootFileServer() //always the last one setupHTTPHandler()