root message changed

This commit is contained in:
Martin Brodbeck 2023-09-25 16:13:14 +02:00
parent 514fa9d48f
commit 8e9cd3f63d

View file

@ -21,7 +21,7 @@ async fn main() {
}
async fn root() -> &'static str {
"Hello, world!"
"KOreader sync server"
}
async fn create_user() {}