mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-01 16:55:08 +02:00
allow to specify multi pattern for resources
This commit is contained in:
@ -150,7 +150,7 @@ where
|
||||
}
|
||||
Ok(res)
|
||||
}
|
||||
.boxed_local()
|
||||
.boxed_local()
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -140,7 +140,7 @@ where
|
||||
Ok(res)
|
||||
}
|
||||
}
|
||||
.boxed_local()
|
||||
.boxed_local()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user