From 0e1e77f4b6c551f74ce7fc71180c84abc0c2fc76 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello Date: Wed, 7 Oct 2020 15:27:13 -0600 Subject: [PATCH] add notes to routes --- config/routes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/routes b/config/routes index 4a2d706..94b5128 100644 --- a/config/routes +++ b/config/routes @@ -1,8 +1,8 @@ /apps AppsManifestR GET -- get current apps listing -/apps/#S9PK/#Text/manifest AppManifestR GET -- get app manifest from appmgr -/apps/#S9PK/#Text/config AppConfigR GET -- get app config from appmgr +/apps/#S9PK/#Text/manifest AppManifestR GET -- get app manifest from appmgr - requires query param ?appmgr= +/apps/#S9PK/#Text/config AppConfigR GET -- get app config from appmgr - requires query param ?appmgr= /version VersionR GET