Skip to content

Commit 614a91b

Browse files
committed
Merge pull request #1 from YellowApple/patch-1
Nuke the `defoverridable`
2 parents 3020bc5 + 920260e commit 614a91b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/http_router.ex

-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ defmodule HttpRouter do
151151
do_call(conn, opts)
152152
end
153153

154-
defoverridable [init: 1, call: 2]
155-
156154
if unquote(options[:allow_copy_req_content_type]) == true do
157155
def copy_req_content_type(conn, _opts) do
158156
default = unquote(options[:default_content_type])

0 commit comments

Comments
 (0)