change apps to package in routes

This commit is contained in:
Lucy Cifferello
2021-07-01 16:33:35 -04:00
committed by Keagan McClelland
parent c2b880c467
commit d3b7d3076a

View File

@@ -1,8 +1,8 @@
/apps AppsManifestR GET -- get current apps listing
/apps/manifest/#AppIdentifier AppManifestR GET -- get app manifest from appmgr -- ?spec={semver-spec}
/apps/config/#AppIdentifier AppConfigR GET -- get app config from appmgr -- ?spec={semver-spec}
/package/manifest/#AppIdentifier AppManifestR GET -- get app manifest from appmgr -- ?spec={semver-spec}
/package/config/#AppIdentifier AppConfigR GET -- get app config from appmgr -- ?spec={semver-spec}
/version VersionR GET