Skip to content

Commit

Permalink
fix: bad func call self
Browse files Browse the repository at this point in the history
  • Loading branch information
blackyyyyyyyyyy committed Jul 19, 2023
1 parent fc33f3a commit e9ebb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minirest.erl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
]).
reply(Code, Header,Body, Req) ->
io:format("Reply ~p ~0p~n ~0p~n ~0p~n", [Code, Header, Body, Req]),
reply(Code, Header, Body, Req).
cowboy_req:reply(Code, Header, Body, Req).

%%------------------------------------------------------------------------------
%% Start/Stop Http
Expand Down

0 comments on commit e9ebb0d

Please sign in to comment.