diff options
Diffstat (limited to 'examples/rest_pastebin/src/rest_pastebin.erl')
| -rw-r--r-- | examples/rest_pastebin/src/rest_pastebin.erl | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/examples/rest_pastebin/src/rest_pastebin.erl b/examples/rest_pastebin/src/rest_pastebin.erl index cf03a71..e5bd1b5 100644 --- a/examples/rest_pastebin/src/rest_pastebin.erl +++ b/examples/rest_pastebin/src/rest_pastebin.erl @@ -9,6 +9,7 @@  start() ->  	ok = application:start(crypto), +	ok = application:start(cowlib),  	ok = application:start(ranch),  	ok = application:start(cowboy),  	ok = application:start(rest_pastebin). | 
