aboutsummaryrefslogblamecommitdiffstats
path: root/test/ws_SUITE_data/ws_init_shutdown.erl
blob: 7bce03b71836e8db0b9c50e73339d6613a1598dc (plain) (tree)
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}.