Skip to content

Commit

Permalink
fix: remove extra event search controller
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Nov 4, 2024
1 parent d985da3 commit 1c53256
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/routes/admin-api/search/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,5 @@ export class SearchApi extends Controller {
'/events',
new EventSearchController(config, services).router,
);

this.app.use(
'/events',
new EventSearchController(config, services).router,
);
}
}

0 comments on commit 1c53256

Please sign in to comment.