1
0
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:
sjaanus 2024-11-04 09:49:52 +02:00
parent d985da3ab1
commit 1c53256887
No known key found for this signature in database
GPG Key ID: 20E007C0248BA7FF

View File

@ -20,10 +20,5 @@ export class SearchApi extends Controller {
'/events',
new EventSearchController(config, services).router,
);
this.app.use(
'/events',
new EventSearchController(config, services).router,
);
}
}