This commit is contained in:
virusdefender
2017-01-23 16:48:04 +08:00
parent cfde5b93e5
commit d9fad97e35
27 changed files with 46 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
from django.conf.urls import url
from ..views.oj import UserLoginAPI, UserRegisterAPI, UserChangePasswordAPI
from ..views.oj import UserChangePasswordAPI, UserLoginAPI, UserRegisterAPI
urlpatterns = [
url(r"^login$", UserLoginAPI.as_view(), name="user_login_api"),