You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/developer/Desktop/SignI/app.py", line 3, in
from apis.accounts_apis import account_apis
File "/home/developer/Desktop/SignI/apis/accounts_apis.py", line 18, in
@account_apis.get("/",auth_required=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: SubRouter.get() got an unexpected keyword argument 'auth_required'
Steps to Reproduce
No response
Your operating system
None
Your Python version (python --version)
None
Your Robyn version
None
Additional Info
No response
The text was updated successfully, but these errors were encountered:
Bug Description
`
@account_apis.get("/",auth_required=True)
async def index():
logging.info("/")
`
Traceback (most recent call last):
File "/home/developer/Desktop/SignI/app.py", line 3, in
from apis.accounts_apis import account_apis
File "/home/developer/Desktop/SignI/apis/accounts_apis.py", line 18, in
@account_apis.get("/",auth_required=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: SubRouter.get() got an unexpected keyword argument 'auth_required'
Steps to Reproduce
No response
Your operating system
None
Your Python version (
python --version
)None
Your Robyn version
None
Additional Info
No response
The text was updated successfully, but these errors were encountered: