Compare commits
No commits in common. "6378adba7a1010f091cc82e328c6e0ac511b3856" and "0fa50fad47d6221261cb88177bf8b85ad4b775c5" have entirely different histories.
6378adba7a
...
0fa50fad47
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pronouns-today-web"
|
name = "pronouns_today_web"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -98,7 +98,6 @@ async fn not_found() -> impl Responder {
|
||||||
#[actix_web::main]
|
#[actix_web::main]
|
||||||
async fn main() -> std::io::Result<()> {
|
async fn main() -> std::io::Result<()> {
|
||||||
env_logger::init();
|
env_logger::init();
|
||||||
println!("Starting pronouns-today-web on 127.0.0.1:8080");
|
|
||||||
HttpServer::new(|| {
|
HttpServer::new(|| {
|
||||||
let logger = Logger::default();
|
let logger = Logger::default();
|
||||||
App::new()
|
App::new()
|
||||||
|
|
Loading…
Reference in a new issue