Skip to main content
Version: Next

createRouter()

Home > @backstage/plugin-app-backend > createRouter

Warning: This API is now obsolete.

Please migrate to the new backend system as this will be removed in the future.

Signature:

function createRouter(options: RouterOptions): Promise<express.Router>;

Parameters

ParameterTypeDescription
optionsRouterOptions

Returns:

Promise<express.Router>