mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
integrate the web server into the startup logic
This commit is contained in:
@@ -54,7 +54,6 @@ func (driver *Driver) Initialize(ctx context.Context) error {
|
||||
pool.Close()
|
||||
return err
|
||||
}
|
||||
log.Info().Msg("Successfully performed PostgreSQL database migrations.")
|
||||
|
||||
driver.connPool = pool
|
||||
driver.pastes = &pasteRepository{
|
||||
|
||||
Reference in New Issue
Block a user