mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-22 01:16:07 +02: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',
|
'/events',
|
||||||
new EventSearchController(config, services).router,
|
new EventSearchController(config, services).router,
|
||||||
);
|
);
|
||||||
|
|
||||||
this.app.use(
|
|
||||||
'/events',
|
|
||||||
new EventSearchController(config, services).router,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user