generated from PlexSheep/rs-base
automatic cargo CI changes
This commit is contained in:
parent
fdb5c41e75
commit
b661e2de91
1 changed files with 4 additions and 2 deletions
|
@ -8,5 +8,7 @@ fn index() -> Template {
|
||||||
|
|
||||||
#[launch]
|
#[launch]
|
||||||
fn entrypoint() -> _ {
|
fn entrypoint() -> _ {
|
||||||
rocket::build().mount("/", routes![index]).attach(Template::fairing())
|
rocket::build()
|
||||||
|
.mount("/", routes![index])
|
||||||
|
.attach(Template::fairing())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue