Skip to content

Commit

Permalink
disable article editing (would invalidate all article word data)
Browse files Browse the repository at this point in the history
  • Loading branch information
nramos0 committed Sep 13, 2021
1 parent 5bd221b commit a01e8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async fn main() -> std::io::Result<()> {
.service(user::data::update_word_status)
.service(user::data::batch_update_word_status)
.service(user::data::update_word_definition)
.service(article::edit_article)
// .service(article::edit_article)
.service(article::create_article)
.service(article::system::get_articles)
.service(article::system::get_full_article)
Expand Down

0 comments on commit a01e8a4

Please sign in to comment.