mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
fix root route
This commit is contained in:
parent
1640d9ea91
commit
7ecefe37da
2 changed files with 13 additions and 1 deletions
|
@ -44,7 +44,7 @@ macro_rules! create_app {
|
|||
let app = if $enable_frontend {
|
||||
app.service(load_html).service(load_css)
|
||||
} else {
|
||||
app
|
||||
app.service(running)
|
||||
};
|
||||
app.wrap(
|
||||
Cors::default()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue