Skip to content

Commit 30be272

Browse files
committed
Merge remote-tracking branch 'engine/master' into production-readiness
2 parents 20c9bac + 0475cc3 commit 30be272

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)