mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-29 03:54:57 +02:00
rework resourcedef (#373)
This commit is contained in:
@ -140,7 +140,7 @@ macro_rules! register {
|
||||
}};
|
||||
}
|
||||
|
||||
static PATHS: [&'static str; 5] = [
|
||||
static PATHS: [&str; 5] = [
|
||||
"/authorizations",
|
||||
"/user/repos",
|
||||
"/repos/rust-lang/rust/stargazers",
|
||||
|
Reference in New Issue
Block a user