mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 18:38:31 +03:00
Fix regexp for thread ID
This commit is contained in:
parent
b674060ddf
commit
1af5e68bd0
@ -146,7 +146,7 @@ history_thread:
|
|||||||
_controller: Mibew\Controller\HistoryController::threadAction
|
_controller: Mibew\Controller\HistoryController::threadAction
|
||||||
_access_check: Mibew\AccessControl\Check\LoggedInCheck
|
_access_check: Mibew\AccessControl\Check\LoggedInCheck
|
||||||
requirements:
|
requirements:
|
||||||
thread_id: \d{1,9}
|
thread_id: \d{1,10}
|
||||||
|
|
||||||
history_user:
|
history_user:
|
||||||
path: /operator/history/user/{user_id}
|
path: /operator/history/user/{user_id}
|
||||||
|
Loading…
Reference in New Issue
Block a user