default_h.erl 116 B

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