From 831e3405466cdb560b13fa409948f21f10fbb38f Mon Sep 17 00:00:00 2001 From: Daniel Yohan Date: Thu, 18 Jul 2019 11:55:12 -0300 Subject: [PATCH] Update --- bothub/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bothub/urls.py b/bothub/urls.py index 9c8085f2..bf8d6459 100644 --- a/bothub/urls.py +++ b/bothub/urls.py @@ -24,7 +24,7 @@ license=openapi.License(name='GPL-3.0'), ), public=True, - permission_classes=(permissions.AllowAny,), + permission_classes=[permissions.AllowAny], ) urlpatterns = [