Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Merge #146
Browse files Browse the repository at this point in the history
146: Remove another unused legacy file r=MarinPostma a=irevoire

When doing #135 I missed an old useless file in the scr/routes directory

Co-authored-by: tamo <tamo@meilisearch.com>
  • Loading branch information
bors[bot] and irevoire authored Apr 15, 2021
2 parents a3813dd + ec3a08e commit 7ce74f9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
1 change: 0 additions & 1 deletion meilisearch-http/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ macro_rules! create_app {
.configure(index::services)
.configure(search::services)
.configure(settings::services)
.configure(stop_words::services)
.configure(synonym::services)
.configure(health::services)
.configure(stats::services)
Expand Down
1 change: 0 additions & 1 deletion meilisearch-http/src/routes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pub mod key;
pub mod search;
pub mod settings;
pub mod stats;
pub mod stop_words;
pub mod synonym;
//pub mod dump;

Expand Down
46 changes: 0 additions & 46 deletions meilisearch-http/src/routes/stop_words.rs

This file was deleted.

0 comments on commit 7ce74f9

Please sign in to comment.