Skip to content

Commit eec6616

Browse files
committed
Fix require
1 parent 5133932 commit eec6616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/authly/handlers/authorization_handler.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require "http/server/handler"
2-
require "URI"
2+
require "uri"
33

44
module Authly
55
class AuthorizationHandler

0 commit comments

Comments
 (0)