Skip to content

Commit 6c0abae

Browse files
author
Curtis Lacy
committed
2 parents 4a6c854 + d4f34c8 commit 6c0abae

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

app/app-js/entities/service/services.js

-13
Original file line numberDiff line numberDiff line change
@@ -120,19 +120,6 @@ define(function (require) {
120120
'endpointName': 'Email message in given mailbox according to its sequence number',
121121
'endpointKey': 'messageSequenceNumber'
122122
}]
123-
}, {
124-
'serviceName': 'App.net',
125-
'serviceKey': 'appnet',
126-
'endpoints': [{
127-
'endpointName': 'Data Type 1',
128-
'endpointKey': 'datatype1'
129-
}, {
130-
'endpointName': 'Data Type 2',
131-
'endpointKey': 'datatype2'
132-
}, {
133-
'endpointName': 'Data Type 3',
134-
'endpointKey': 'datatype3'
135-
}]
136123
}];
137124

138125
services.lookupServiceName = function (serviceKey) {

0 commit comments

Comments
 (0)