ws_init_shutdown.erl 169 B

12345678
  1. %% Feel free to use, reuse and abuse the code in this file.
  2. -module(ws_init_shutdown).
  3. -export([init/2]).
  4. init(Req, Opts) ->
  5. {ok, cowboy_req:reply(403, Req), Opts}.