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