router.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. [
  2. {
  3. "name": null,
  4. "methods": [
  5. "POST"
  6. ],
  7. "paramNames": [],
  8. "path": "/evaservice/upload",
  9. "regexp": "/^\\/evaservice\\/upload(?:\\/(?=$))?$/",
  10. "stack": [
  11. "wrappedController"
  12. ]
  13. },
  14. {
  15. "name": null,
  16. "methods": [
  17. "POST"
  18. ],
  19. "paramNames": [],
  20. "path": "/station/upload",
  21. "regexp": "/^\\/station\\/upload(?:\\/(?=$))?$/",
  22. "stack": [
  23. "wrappedController"
  24. ]
  25. },
  26. {
  27. "name": null,
  28. "methods": [
  29. "HEAD",
  30. "GET"
  31. ],
  32. "paramNames": [],
  33. "path": "/evaservice/overview",
  34. "regexp": "/^\\/evaservice\\/overview(?:\\/(?=$))?$/",
  35. "stack": [
  36. "wrappedController"
  37. ]
  38. },
  39. {
  40. "name": null,
  41. "methods": [
  42. "HEAD",
  43. "GET"
  44. ],
  45. "paramNames": [],
  46. "path": "/evaservice/statisticAll",
  47. "regexp": "/^\\/evaservice\\/statisticAll(?:\\/(?=$))?$/",
  48. "stack": [
  49. "wrappedController"
  50. ]
  51. },
  52. {
  53. "name": null,
  54. "methods": [
  55. "HEAD",
  56. "GET"
  57. ],
  58. "paramNames": [],
  59. "path": "/evaservice/statisticAllByTime",
  60. "regexp": "/^\\/evaservice\\/statisticAllByTime(?:\\/(?=$))?$/",
  61. "stack": [
  62. "wrappedController"
  63. ]
  64. },
  65. {
  66. "name": null,
  67. "methods": [
  68. "HEAD",
  69. "GET"
  70. ],
  71. "paramNames": [],
  72. "path": "/evaservice/rank",
  73. "regexp": "/^\\/evaservice\\/rank(?:\\/(?=$))?$/",
  74. "stack": [
  75. "wrappedController"
  76. ]
  77. },
  78. {
  79. "name": null,
  80. "methods": [
  81. "POST"
  82. ],
  83. "paramNames": [],
  84. "path": "/evaservice/admin/login",
  85. "regexp": "/^\\/evaservice\\/admin\\/login(?:\\/(?=$))?$/",
  86. "stack": [
  87. "wrappedController"
  88. ]
  89. },
  90. {
  91. "name": null,
  92. "methods": [
  93. "HEAD",
  94. "GET"
  95. ],
  96. "paramNames": [],
  97. "path": "/evaservice/admin/logout",
  98. "regexp": "/^\\/evaservice\\/admin\\/logout(?:\\/(?=$))?$/",
  99. "stack": [
  100. "wrappedController"
  101. ]
  102. },
  103. {
  104. "name": null,
  105. "methods": [
  106. "HEAD",
  107. "GET"
  108. ],
  109. "paramNames": [],
  110. "path": "/evaservice/station/search",
  111. "regexp": "/^\\/evaservice\\/station\\/search(?:\\/(?=$))?$/",
  112. "stack": [
  113. "wrappedController"
  114. ]
  115. },
  116. {
  117. "name": null,
  118. "methods": [
  119. "HEAD",
  120. "GET"
  121. ],
  122. "paramNames": [],
  123. "path": "/evaservice/station/evaluationInRange",
  124. "regexp": "/^\\/evaservice\\/station\\/evaluationInRange(?:\\/(?=$))?$/",
  125. "stack": [
  126. "wrappedController"
  127. ]
  128. },
  129. {
  130. "name": null,
  131. "methods": [
  132. "POST"
  133. ],
  134. "paramNames": [],
  135. "path": "/evaservice/station/add",
  136. "regexp": "/^\\/evaservice\\/station\\/add(?:\\/(?=$))?$/",
  137. "stack": [
  138. "wrappedController"
  139. ]
  140. },
  141. {
  142. "name": null,
  143. "methods": [
  144. "POST"
  145. ],
  146. "paramNames": [],
  147. "path": "/evaservice/station/modify",
  148. "regexp": "/^\\/evaservice\\/station\\/modify(?:\\/(?=$))?$/",
  149. "stack": [
  150. "wrappedController"
  151. ]
  152. },
  153. {
  154. "name": null,
  155. "methods": [
  156. "POST"
  157. ],
  158. "paramNames": [],
  159. "path": "/evaservice/station/disable",
  160. "regexp": "/^\\/evaservice\\/station\\/disable(?:\\/(?=$))?$/",
  161. "stack": [
  162. "wrappedController"
  163. ]
  164. },
  165. {
  166. "name": null,
  167. "methods": [
  168. "POST"
  169. ],
  170. "paramNames": [],
  171. "path": "/evaservice/station/enable",
  172. "regexp": "/^\\/evaservice\\/station\\/enable(?:\\/(?=$))?$/",
  173. "stack": [
  174. "wrappedController"
  175. ]
  176. },
  177. {
  178. "name": null,
  179. "methods": [
  180. "HEAD",
  181. "GET"
  182. ],
  183. "paramNames": [],
  184. "path": "/evaservice/record/get",
  185. "regexp": "/^\\/evaservice\\/record\\/get(?:\\/(?=$))?$/",
  186. "stack": [
  187. "wrappedController"
  188. ]
  189. }
  190. ]