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.
1 parent cecb98a commit 7ad7314Copy full SHA for 7ad7314
generate-routes.ts
@@ -47,6 +47,7 @@ const routePaths = [
47
'/acs/users',
48
'/acs/users/unmanaged',
49
'/acs/access_groups/unmanaged',
50
+ '/acs/credentials/unmanaged',
51
'/action_attempts',
52
'/client_sessions',
53
'/connect_webviews',
@@ -85,6 +86,7 @@ const routePathSubresources: Partial<
85
86
],
87
'/acs/users': ['unmanaged'],
88
'/acs/access_groups': ['unmanaged'],
89
+ '/acs/credentials': ['unmanaged'],
90
'/phones': ['simulate'],
91
'/devices': ['unmanaged', 'simulate'],
92
'/noise_sensors': ['noise_thresholds', 'simulate'],
0 commit comments