init
This commit is contained in:
commit
c5731665a3
25 changed files with 1110 additions and 0 deletions
3
src/routes/index.rs
Normal file
3
src/routes/index.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub async fn route() -> &'static str {
|
||||
"Hello world"
|
||||
}
|
||||
Loading…
Reference in a new issue