Skip to content

Commit cb707ed

Browse files
authored
Merge pull request #112 from RealT-Community/preprod
Update Admin config
2 parents ae8c6e6 + 096fed0 commit cb707ed

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Service/AdminService.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ public function getRouteIntegrity():array
257257
'/v1/token',
258258
'/v1/token/0xe5f7ef61443fc36ae040650aa585b0395aef77c8',
259259
'/v1/token/lastUpdate',
260+
'/v1/token/lastUpdateTime',
260261
'/v1/quota',
261262
];
262263

@@ -268,10 +269,10 @@ public function getRouteIntegrity():array
268269
$response = substr(json_encode($response),0,85);
269270
}
270271

271-
array_push($routes, [
272-
"url" => substr($url, 0, 20),
272+
$routes[] = [
273+
"url" => substr($url, 0, 24),
273274
"response" => $response,
274-
]);
275+
];
275276
}
276277

277278
return $routes;

0 commit comments

Comments
 (0)