Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 committed Jul 18, 2019
1 parent b2c1b8f commit 831e340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bothub/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
license=openapi.License(name='GPL-3.0'),
),
public=True,
permission_classes=(permissions.AllowAny,),
permission_classes=[permissions.AllowAny],
)

urlpatterns = [
Expand Down

0 comments on commit 831e340

Please sign in to comment.