0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/test/handlers/default_h.erl

9 lines
116 B
Erlang
Raw Permalink Normal View History

%% This module does not do anything.
-module(default_h).
-export([init/2]).
init(Req, Opts) ->
{ok, Req, Opts}.