mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
move the /logs route to the /logs/stream route
This commit is contained in:
parent
f3c34d5b8c
commit
ceb211c515
4 changed files with 19 additions and 19 deletions
|
@ -26,7 +26,7 @@ use crate::LogRouteHandle;
|
|||
|
||||
pub fn configure(cfg: &mut web::ServiceConfig) {
|
||||
cfg.service(
|
||||
web::resource("")
|
||||
web::resource("stream")
|
||||
.route(web::post().to(SeqHandler(get_logs)))
|
||||
.route(web::delete().to(SeqHandler(cancel_logs))),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue