mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-15 23:32:17 +00:00
Handle piston errors through Sentry
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from django.conf.urls.defaults import *
|
||||
from piston.resource import Resource
|
||||
from piston.authentication import NoAuthentication
|
||||
|
||||
from api.resource import SentryResource as Resource
|
||||
from api.auth import APIKeyAuthentication
|
||||
from api.handlers import *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user