added feeds
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ async fn main() -> std::io::Result<()> {
|
||||
let request_url: String = String::from(req.uri().path().clone());
|
||||
|
||||
log::info!("Request Url: {}", request_url);
|
||||
if req.path().contains("/reader/") {
|
||||
if req.path().contains("/article/") {
|
||||
match auth::process_token(&req) {
|
||||
Ok(_token) => passed = true,
|
||||
Err(_message) => passed = false,
|
||||
|
||||
Reference in New Issue
Block a user