Stage 1
This commit is contained in:
6
src/handlers/handler_health.erl
Normal file
6
src/handlers/handler_health.erl
Normal file
@@ -0,0 +1,6 @@
|
||||
-module(handler_health).
|
||||
-export([init/2]).
|
||||
|
||||
init(Req, _Opts) ->
|
||||
{ok, Resp} = cowboy_req:reply(200, #{<<"content-type">> => <<"application/json">>}, <<"{\"status\":\"ok\"}">>, Req),
|
||||
Resp.
|
||||
Reference in New Issue
Block a user