mirror of
https://github.com/actix/examples
synced 2025-06-28 09:50:36 +02:00
fix db/basic
This commit is contained in:
@ -81,7 +81,7 @@ async fn create_something(
|
||||
async fn main() -> io::Result<()> {
|
||||
env_logger::init_from_env(env_logger::Env::new().default_filter_or("info"));
|
||||
|
||||
log::info!("starting HTTP serer at http://localhost:8080");
|
||||
log::info!("starting HTTP server at http://localhost:8080");
|
||||
|
||||
HttpServer::new(|| {
|
||||
App::new()
|
||||
|
Reference in New Issue
Block a user