Generates the routes for the localization station.
Route parameters for the generator.
The root path of the localization station.
const generator = app.getData('localization-registration');const entryPoint = generator({ root: '/movie/:id', entityIdParam: 'id', entityType: 'movie',}); Copy
const generator = app.getData('localization-registration');const entryPoint = generator({ root: '/movie/:id', entityIdParam: 'id', entityType: 'movie',});
Generates the routes for the localization station.