rest.app 328 B

123456789
  1. {application, rest, [
  2. {description, "REST SXC"},
  3. {vsn, "2.9"},
  4. {applications, [kernel, stdlib, public_key, asn1, ssl, crypto, syntax_tools, compiler, ranch, cowboy, n2o]},
  5. {modules, [rest_app, rest_cowboy, rest_sup, rest]},
  6. {registered, [rest_sup]},
  7. {mod, { rest_app, []}},
  8. {env, []}
  9. ]}.