Add pool
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2019-05-29 22:58:22 +02:00
parent ed336fe39a
commit 67e617c969
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -126,6 +126,7 @@ func NewApp(options AppOptions) (*App, error) {
http.Handle("/micropub", &micropubHandler{
Backend: app.backend,
pool: options.pool,
})
handler, broker := server.NewMicrosubHandler(app.backend)