mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: remove extra event search controller
This commit is contained in:
parent
d985da3ab1
commit
1c53256887
@ -20,10 +20,5 @@ export class SearchApi extends Controller {
|
||||
'/events',
|
||||
new EventSearchController(config, services).router,
|
||||
);
|
||||
|
||||
this.app.use(
|
||||
'/events',
|
||||
new EventSearchController(config, services).router,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user