Created
October 12, 2021 18:07
-
-
Save tjmaynes/225627c4fc37a29b23193adec6e7e203 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
let app_state = web::Data::new(AppState { | |
db_conn: db_conn | |
}); | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment