rest.app 218 B

123456789
  1. {application, rest, [
  2. {description, "REST SXC"},
  3. {vsn, "2.9"},
  4. {applications, [kernel, stdlib, cowboy]},
  5. {modules, []},
  6. {registered, []},
  7. {mod, { rest_users, []}},
  8. {env, []}
  9. ]}.