You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$route = newRoute(['GET'], $prefix.'/.well-known/genid/{id}', function (): void {
1305
1297
thrownewNotExposedHttpException('This route is not exposed on purpose. It generates an IRI for a collection resource without identifier nor item operation.');
1306
1298
});
@@ -1323,6 +1315,15 @@ public function boot(ResourceNameCollectionFactoryInterface $resourceNameCollect
1323
1315
$routeCollection->add($route);
1324
1316
}
1325
1317
1318
+
$route = newRoute(['GET'], $prefix.'/{index?}{_format?}', function (Request$request, Application$app) {
0 commit comments