mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 16:22:32 -04:00
Remove unused alias on DenyHandler
This commit is contained in:
parent
01bf9f9738
commit
cd6d79f8ec
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ defmodule HTTParrot.DenyHandler do
|
||||||
@moduledoc """
|
@moduledoc """
|
||||||
Returns a simple HTML page.
|
Returns a simple HTML page.
|
||||||
"""
|
"""
|
||||||
alias HTTParrot.GeneralRequestInfo
|
|
||||||
|
|
||||||
def init(_transport, _req, _opts) do
|
def init(_transport, _req, _opts) do
|
||||||
{:upgrade, :protocol, :cowboy_rest}
|
{:upgrade, :protocol, :cowboy_rest}
|
||||||
|
|
Loading…
Add table
Reference in a new issue