b58a054
5ce4c2b
0dc063a
1
2
3 4 5
6
-module(rest_empty_resource). -export([init/2]). init(Req, Opts) -> {cowboy_rest, Req, Opts}.