mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-27 10:39:03 +02:00
allow to specify multi pattern for resources
This commit is contained in:
@ -66,7 +66,7 @@ where
|
||||
service
|
||||
})
|
||||
}
|
||||
.boxed_local()
|
||||
.boxed_local()
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -154,6 +154,6 @@ where
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
.boxed_local()
|
||||
.boxed_local()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user