mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
9 lines
116 B
Erlang
9 lines
116 B
Erlang
![]() |
%% This module does not do anything.
|
||
|
|
||
|
-module(default_h).
|
||
|
|
||
|
-export([init/2]).
|
||
|
|
||
|
init(Req, Opts) ->
|
||
|
{ok, Req, Opts}.
|