This commit is contained in:
parent
ed336fe39a
commit
67e617c969
|
@ -126,6 +126,7 @@ func NewApp(options AppOptions) (*App, error) {
|
||||||
|
|
||||||
http.Handle("/micropub", µpubHandler{
|
http.Handle("/micropub", µpubHandler{
|
||||||
Backend: app.backend,
|
Backend: app.backend,
|
||||||
|
pool: options.pool,
|
||||||
})
|
})
|
||||||
|
|
||||||
handler, broker := server.NewMicrosubHandler(app.backend)
|
handler, broker := server.NewMicrosubHandler(app.backend)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user