Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. {
  2. "routes": [
  3. {
  4. "path": "/webapp/resources",
  5. "target": {
  6. "type": "service",
  7. "name": "sapui5",
  8. "entryPath": "/resources"
  9. },
  10. "description": "SAPUI5 Resources"
  11. },
  12. {
  13. "path": "/webapp/test-resources",
  14. "target": {
  15. "type": "service",
  16. "name": "sapui5",
  17. "entryPath": "/test-resources"
  18. },
  19. "description": "SAPUI5 Test Resources"
  20. },
  21. {
  22. "path": "/resources",
  23. "target": {
  24. "type": "service",
  25. "name": "sapui5",
  26. "entryPath": "/resources"
  27. },
  28. "description": "SAPUI5 Resources"
  29. },
  30. {
  31. "path": "/test-resources",
  32. "target": {
  33. "type": "service",
  34. "name": "sapui5",
  35. "entryPath": "/test-resources"
  36. },
  37. "description": "SAPUI5 Test Resources"
  38. },
  39. {
  40. "path": "/Northwind",
  41. "target": {
  42. "type": "destination",
  43. "name": "Northwind"
  44. },
  45. "description": "Northwind OData Service"
  46. }
  47. ]
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement