- Readme changes

- docker fixed version postresql
- sync [WIP]
This commit is contained in:
2023-10-07 19:10:04 +02:00
parent 6822b5eab5
commit ec35f66a88
7 changed files with 51 additions and 11 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ async fn main() -> std::io::Result<()> {
let app = App::new()
.wrap_fn(|req, srv| {
let mut passed: bool;
let request_url: String = String::from(req.uri().path().clone());
let request_url: String = String::from(req.uri().path());
log::info!("Request Url: {}", request_url);
if req.path().contains("/article/") {