mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
Todo add about
This commit is contained in:
parent
1f6c5ebddd
commit
e75ff0c0c0
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
// mod about;
|
||||||
mod assets;
|
mod assets;
|
||||||
mod index;
|
mod index;
|
||||||
|
|
||||||
|
@ -9,5 +10,6 @@ use actix_web::{
|
||||||
pub fn handler() -> Scope {
|
pub fn handler() -> Scope {
|
||||||
web::scope("")
|
web::scope("")
|
||||||
.service(index::handler)
|
.service(index::handler)
|
||||||
|
// .service(about::handler)
|
||||||
.service(assets::handler)
|
.service(assets::handler)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue