mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-18 04:27:02 +02:00
11 lines
213 B
JavaScript
11 lines
213 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
import buildRoutes from 'ember-engines/routes';
|
|
|
|
export default buildRoutes(function () {
|
|
// Define your engine's route map here
|
|
});
|