mirror of
https://github.com/guilhermewerner/erlang-ws
synced 2025-06-16 19:34:20 +00:00
Update events
This commit is contained in:
15
broken/erws_app.erl
Normal file
15
broken/erws_app.erl
Normal file
@ -0,0 +1,15 @@
|
||||
%% Feel free to use, reuse and abuse the code in this file.
|
||||
|
||||
%% @private
|
||||
-module(erws_app).
|
||||
-behaviour(application).
|
||||
|
||||
%% API.
|
||||
-export([start/2, stop/1]).
|
||||
|
||||
%% API.
|
||||
start(_Type, _Args) ->
|
||||
erws_sup:start_link().
|
||||
|
||||
stop(_State) ->
|
||||
ok = cowboy:stop_listener(http).
|
Reference in New Issue
Block a user