rest_users.app 301 B

123456789
  1. {application, rest_users, [
  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_users]},
  6. {registered, []},
  7. {mod, { rest_users, []}},
  8. {env, []}
  9. ]}.