aboutsummaryrefslogtreecommitdiffstats
path: root/test/handlers/default_h.erl
blob: b89c31b0cfda9e028a1d55d4abfabab6ab89beb6 (plain) (blame)
1
2
3
4
5
6
7
8
%% This module does not do anything.

-module(default_h).

-export([init/2]).

init(Req, Opts) ->
	{ok, Req, Opts}.