diff options
author | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-22 13:03:34 +0100 |
---|---|---|
committer | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-22 13:03:34 +0100 |
commit | 490560f31c20dd8191ee1a0f8f6e90b2820d7c77 (patch) | |
tree | 14fb04b9f66bb67aab421fff20a2b35e213e41ee | |
parent | 7806081670c8c9807fc8b6628b3d7a6eff841ded (diff) |
API structure change.
-rwxr-xr-x | web/nms.gathering.org/api/read/comments (renamed from web/nms.gathering.org/api/private/comments) | 0 | ||||
-rwxr-xr-x | web/nms.gathering.org/api/read/snmp (renamed from web/nms.gathering.org/api/private/snmp) | 0 | ||||
-rwxr-xr-x | web/nms.gathering.org/api/read/switches-management (renamed from web/nms.gathering.org/api/private/switches-management) | 0 | ||||
-rwxr-xr-x | web/nms.gathering.org/api/read/which-switch-am-i-on (renamed from web/nms.gathering.org/api/private/which-switch-am-i-on) | 0 | ||||
-rwxr-xr-x | web/nms.gathering.org/api/write/comment-add (renamed from web/nms.gathering.org/api/private/comment-add) | 0 | ||||
-rwxr-xr-x | web/nms.gathering.org/api/write/comment-change (renamed from web/nms.gathering.org/api/private/comment-change) | 0 | ||||
-rwxr-xr-x | web/nms.gathering.org/api/write/switch-add (renamed from web/nms.gathering.org/api/private/switch-add) | 0 | ||||
-rwxr-xr-x | web/nms.gathering.org/api/write/switch-update (renamed from web/nms.gathering.org/api/private/switch-update) | 0 |
8 files changed, 0 insertions, 0 deletions
diff --git a/web/nms.gathering.org/api/private/comments b/web/nms.gathering.org/api/read/comments index 4adfb2b..4adfb2b 100755 --- a/web/nms.gathering.org/api/private/comments +++ b/web/nms.gathering.org/api/read/comments diff --git a/web/nms.gathering.org/api/private/snmp b/web/nms.gathering.org/api/read/snmp index f69ca62..f69ca62 100755 --- a/web/nms.gathering.org/api/private/snmp +++ b/web/nms.gathering.org/api/read/snmp diff --git a/web/nms.gathering.org/api/private/switches-management b/web/nms.gathering.org/api/read/switches-management index 6b5fdcd..6b5fdcd 100755 --- a/web/nms.gathering.org/api/private/switches-management +++ b/web/nms.gathering.org/api/read/switches-management diff --git a/web/nms.gathering.org/api/private/which-switch-am-i-on b/web/nms.gathering.org/api/read/which-switch-am-i-on index 0d3f2b4..0d3f2b4 100755 --- a/web/nms.gathering.org/api/private/which-switch-am-i-on +++ b/web/nms.gathering.org/api/read/which-switch-am-i-on diff --git a/web/nms.gathering.org/api/private/comment-add b/web/nms.gathering.org/api/write/comment-add index 26ff734..26ff734 100755 --- a/web/nms.gathering.org/api/private/comment-add +++ b/web/nms.gathering.org/api/write/comment-add diff --git a/web/nms.gathering.org/api/private/comment-change b/web/nms.gathering.org/api/write/comment-change index fb7da54..fb7da54 100755 --- a/web/nms.gathering.org/api/private/comment-change +++ b/web/nms.gathering.org/api/write/comment-change diff --git a/web/nms.gathering.org/api/private/switch-add b/web/nms.gathering.org/api/write/switch-add index 48f62fc..48f62fc 100755 --- a/web/nms.gathering.org/api/private/switch-add +++ b/web/nms.gathering.org/api/write/switch-add diff --git a/web/nms.gathering.org/api/private/switch-update b/web/nms.gathering.org/api/write/switch-update index 6507d2b..6507d2b 100755 --- a/web/nms.gathering.org/api/private/switch-update +++ b/web/nms.gathering.org/api/write/switch-update |