We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae8c6e6 + 096fed0 commit cb707edCopy full SHA for cb707ed
src/Service/AdminService.php
@@ -257,6 +257,7 @@ public function getRouteIntegrity():array
257
'/v1/token',
258
'/v1/token/0xe5f7ef61443fc36ae040650aa585b0395aef77c8',
259
'/v1/token/lastUpdate',
260
+ '/v1/token/lastUpdateTime',
261
'/v1/quota',
262
];
263
@@ -268,10 +269,10 @@ public function getRouteIntegrity():array
268
269
$response = substr(json_encode($response),0,85);
270
}
271
- array_push($routes, [
272
- "url" => substr($url, 0, 20),
+ $routes[] = [
273
+ "url" => substr($url, 0, 24),
274
"response" => $response,
- ]);
275
+ ];
276
277
278
return $routes;
0 commit comments