Make a request() utility
This commit is contained in:
@ -24,6 +24,7 @@ async fn favicon() -> HttpResponse {
|
||||
async fn main() -> std::io::Result<()> {
|
||||
// start http server
|
||||
println!("Running Libreddit on 0.0.0.0:8080!");
|
||||
|
||||
HttpServer::new(|| {
|
||||
App::new()
|
||||
// GENERAL SERVICES
|
||||
|
Reference in New Issue
Block a user