fix: GET은 int를 arg로 받을 수 없음
This commit is contained in:
@@ -30,7 +30,7 @@ class GetGeneralLog extends \sammo\BaseAPI
|
||||
'generalID',
|
||||
'type',
|
||||
])
|
||||
->rule('int', [
|
||||
->rule('integer', [
|
||||
'generalID',
|
||||
'reqTo',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user