Created
October 18, 2020 05:32
-
-
Save LironHazan/8b565bcf375dea2b16175aef4683615d to your computer and use it in GitHub Desktop.
snippet 5 for post
This file contains hidden or 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
pub fn init_routes(config: &mut web::ServiceConfig) { | |
config.service(test_route); | |
config.service(static_files()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment