Add OpenID API
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
"""Passbook API URLs"""
|
||||
from django.urls import path
|
||||
|
||||
from passbook.api.v1.openid import OpenIDUserInfoView
|
||||
|
||||
urlpatterns = [
|
||||
path('openid/', OpenIDUserInfoView.as_view(), name='openid')
|
||||
]
|
||||
|
Reference in New Issue
Block a user