Shen
Results
3
comments of
Shen
I met the same issue.
Use `parser` to solve this. ```python parser = api.parser() parser.add_argument('param', type=int, help='Some param', location='path') # `location` specifies the parameter type @api.expect(parser) ... ```
I change it to use instead of RE2. Speed is normal now.