Compare commits
2 commits
8b41d16cf0
...
c242ca8cc6
| Author | SHA1 | Date | |
|---|---|---|---|
| c242ca8cc6 | |||
| a128091575 |
2 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
### direnv ###
|
### direnv ###
|
||||||
|
.envrc
|
||||||
.direnv
|
.direnv
|
||||||
|
|
||||||
### Rust ###
|
### Rust ###
|
||||||
|
|
@ -24,3 +25,6 @@ target/
|
||||||
|
|
||||||
Dockerfile
|
Dockerfile
|
||||||
.dockerignore
|
.dockerignore
|
||||||
|
|
||||||
|
flake.nix
|
||||||
|
flake.lock
|
||||||
|
|
|
||||||
|
|
@ -87,5 +87,5 @@ async fn main() {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.map(|reply| warp::reply::with_header(reply, "Content-Type", "application/rss+xml"));
|
.map(|reply| warp::reply::with_header(reply, "Content-Type", "application/rss+xml"));
|
||||||
warp::serve(path).run(([127, 0, 0, 1], 3030)).await;
|
warp::serve(path).run(([0, 0, 0, 0], 3030)).await;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue