8000 GitHub - myisjon/mirrors_server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

myisjon/mirrors_server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mirrors_server

运行步骤

 1. pip install -r requirements.txt
 2. python manage.py migrate
 3. python manage.py runserver

登录API

curl POST --user username:password http://127.0.0.1/api/v1/accounts/login/ -v

登出API

curl http://127.0.0.1/api/v1/accounts/logout/  -v

获取验证码API

curl http://127.0.0.1/api/v1/accounts/get_check_code/ -v

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0