1👍
✅
permission_classes = ()
That should do the trick. What you have says “allow any auth”. This says “there’s no auth”
👤000
Source:stackexchange.com
1👍
permission_classes = ()
That should do the trick. What you have says “allow any auth”. This says “there’s no auth”