We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20c9bac + 0475cc3 commit 30be272Copy full SHA for 30be272
app/app-js/entities/service/services.js
@@ -120,19 +120,6 @@ define(function (require) {
120
'endpointName': 'Email message in given mailbox according to its sequence number',
121
'endpointKey': 'messageSequenceNumber'
122
}]
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
- }]
136
}];
137
138
services.lookupServiceName = function (serviceKey) {
0 commit comments