11 lines
226 B
JavaScript
11 lines
226 B
JavaScript
// used until real services are available
|
|
|
|
const endpoints = Object.seal({
|
|
GetRouteInfo: {
|
|
url: 'https://mockey.qa.sagaws.net/service/ISS/Content/RouteInfo',
|
|
method: 'GET'
|
|
}
|
|
|
|
});
|
|
|
|
export { endpoints };
|