Refactor
This commit is contained in:
parent
653267344f
commit
ce7ef4807b
9 changed files with 77 additions and 23 deletions
8
src/controllers/mod.rs
Normal file
8
src/controllers/mod.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
use rocket::get;
|
||||
|
||||
pub mod tasks_controller;
|
||||
|
||||
#[get("/")]
|
||||
pub fn index() -> &'static str {
|
||||
"Hello, world!"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue