Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 213 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 213 Bytes

auth-simple

Login

curl --location --request POST 'http://localhost:5000/api/login' \
--header 'Content-Type: application/json' \
--data-raw '{
    "username": "zungx",
    "password": "123456"
}'