createRouter()
Home > @backstage/plugin-user-settings-backend
> createRouter
Warning: This API is now obsolete.
This function is only exported for legacy reasons and will be removed in the future. Please migrate to use the new backend system and follow these instructions to install the user settings backend plugin.
Create the user settings backend routes.
Signature:
function createRouter(options: RouterOptions): Promise<express.Router>;
Parameters
Parameter |
Type |
Description |
---|---|---|
options |
Promise<express.Router>