Hamza-Bouhelal

Results 1 issues of Hamza-Bouhelal

The following 3 lines removes endpoints: ``` function deleteUserRouter(endpoint: string) { app.stack = app.stack.filter((app) => app.route.path !== `/${endpoint}`); } ``` Why have a whole package to do this