Skip to content

Instantly share code, notes, and snippets.

@LironHazan
Created October 18, 2020 05:32
Show Gist options
  • Save LironHazan/8b565bcf375dea2b16175aef4683615d to your computer and use it in GitHub Desktop.
Save LironHazan/8b565bcf375dea2b16175aef4683615d to your computer and use it in GitHub Desktop.
snippet 5 for post
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