Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsileo committed May 9, 2019
1 parent 14b3700 commit 68485ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/app.ml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ let post_webmention =
`Json (build_error "invalid_request" m) |> respond' ~code:`Bad_request)

let () =
let static = Middleware.static ~local_path:"./static" ~uri_prefix:"/static" in
let static = Middleware.static ~local_path:"./static" ~uri_prefix:"/static" () in
let app = App.empty
|> head_feed_json
|> get_feed_json
Expand Down

0 comments on commit 68485ea

Please sign in to comment.