| commit | dffc138d7e01e8f668343041b6b5dff848e28b14 | [log] [tgz] |
|---|---|---|
| author | Matteo Scandolo <teo@onlab.us> | Mon Feb 22 14:53:44 2016 -0800 |
| committer | Matteo Scandolo <teo@onlab.us> | Mon Feb 22 14:53:44 2016 -0800 |
| tree | 9c9d6e22d67df6710ae0d0bd78e7d0b6ce4bf435 | |
| parent | cc8fa151d12d2f69145a925f08b7b6ab59ce46bd [diff] [blame] |
Added subscriber S/C tags
diff --git a/views/ngXosViews/diagnostic/mocks/diagnostic.conf.json b/views/ngXosViews/diagnostic/mocks/diagnostic.conf.json index 9f574fe..ba9dbb8 100644 --- a/views/ngXosViews/diagnostic/mocks/diagnostic.conf.json +++ b/views/ngXosViews/diagnostic/mocks/diagnostic.conf.json
@@ -2,6 +2,12 @@ { "url": "subscribers", "base": "xos/", + "methods": ["GET"], + "param": "id" + }, + { + "url": "users", + "base": "xoslib/rs/subscriber/1/", "methods": ["GET"] }, {