1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-12-24 00:01:31 +02:00

fix web-app static file prefix for s3

This commit is contained in:
Lee Brown
2019-07-14 23:53:31 -08:00
parent 5df14e5162
commit cf77e9d9eb
3 changed files with 36 additions and 5 deletions

View File

@@ -535,7 +535,6 @@ func main() {
log.Printf("main : Graceful shutdown did not complete in %v : %v", cfg.Service.ShutdownTimeout, err)
err = api.Close()
}
}
// Log the status of this shutdown.