add pki engine to router (#18888)

This commit is contained in:
claire bontempo
2023-01-27 14:27:42 -08:00
committed by GitHub
parent 958a1c2a18
commit 61c77c81fa

View File

@@ -154,9 +154,7 @@ Router.map(function () {
this.route('backend', { path: '/:backend' }, function () {
this.mount('kmip');
this.mount('kubernetes');
if (config.environment !== 'production') {
this.mount('pki');
}
this.route('index', { path: '/' });
this.route('configuration');
// because globs / params can't be empty,