mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-15 23:32:17 +00:00
Added the other OAuth endpoints
This commit is contained in:
@@ -54,9 +54,14 @@ urlpatterns += patterns('api.views',
|
||||
)
|
||||
|
||||
oauth_optimer_resource = Resource(handler=OAuthOpTimerHandler, **oauth)
|
||||
oauth_eveapi_resource = Resource(handler=OAuthOpTimerHandler, **oauth)
|
||||
oauth_chars_resource = Resource(handler=OAuthCharacterHandler, **oauth)
|
||||
|
||||
# API
|
||||
urlpatterns += patterns('',
|
||||
url(r'^oauth/optimer/$', oauth_optimer_resource),
|
||||
url(r'^oauth/eveapi/$', oauth_eveapi_resource),
|
||||
url(r'^oauth/character/$', oauth_chars_resource),
|
||||
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user