removed unwanted/needed stuff
This commit is contained in:
parent
10e4986ef2
commit
42090cd6b1
@ -12,9 +12,6 @@ use rocket_contrib::templates::Template;
|
|||||||
mod website;
|
mod website;
|
||||||
use website::*;
|
use website::*;
|
||||||
|
|
||||||
mod chat;
|
|
||||||
use chat::*;
|
|
||||||
|
|
||||||
|
|
||||||
fn rocket() -> rocket::Rocket {
|
fn rocket() -> rocket::Rocket {
|
||||||
rocket::ignite()
|
rocket::ignite()
|
||||||
@ -23,9 +20,6 @@ fn rocket() -> rocket::Rocket {
|
|||||||
homepage, about_page, server_info,
|
homepage, about_page, server_info,
|
||||||
static_css, static_js, static_media
|
static_css, static_js, static_media
|
||||||
])
|
])
|
||||||
.mount("/api/chat/", routes![
|
|
||||||
list
|
|
||||||
])
|
|
||||||
.attach(Template::fairing())
|
.attach(Template::fairing())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user