Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bennekrouf/similar-sled
Browse files Browse the repository at this point in the history
  • Loading branch information
bennekrouf committed Feb 5, 2024
2 parents d0adb74 + b6ae046 commit 0014f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/exercise/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pub mod get_solution;
pub mod extract_and_shuffle_options;
pub mod select_random_verse_index;
pub mod sort_exercises;
pub mod exercises_for_similar;
pub mod exercises_for_similar;
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ mod validator;
mod server;
mod xhr_guard;
mod cors;

#[tokio::main]
async fn main() {
// Check deserialization of all files before starting the server
Expand Down

0 comments on commit 0014f03

Please sign in to comment.