12 lines
No EOL
221 B
JavaScript
12 lines
No EOL
221 B
JavaScript
//used until real services are available
|
|
|
|
const endpoints = {
|
|
GetRouteInfo: {
|
|
url: "https://mockey.qa.sagaws.net/service/ISS/Content/RouteInfo",
|
|
method: "GET",
|
|
},
|
|
|
|
};
|
|
|
|
export { endpoints };
|
|
|