Skip to content

Commit

Permalink
fix getparam export
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Jul 16, 2022
1 parent a1aa481 commit 46f5a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handlers.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Handlers

export Handler, Middleware, serve, serve!, Router, register!, getparams, getcookies, streamhandler
export Handler, Middleware, serve, serve!, Router, register!, getparams, getparam, getcookies, streamhandler

using URIs
using ..Messages, ..Streams, ..IOExtras, ..Servers, ..Sockets, ..Cookies
Expand Down

0 comments on commit 46f5a1f

Please sign in to comment.