Add mock data + Fix package.json not pushed + Add REST requests
This commit is contained in:
committed by
Andrew Trieu
parent
a25ea2d90a
commit
f3d5ce2524
6
server/debug/login.rest
Normal file
6
server/debug/login.rest
Normal file
@@ -0,0 +1,6 @@
|
||||
POST localhost:3001/auth/login
|
||||
|
||||
{
|
||||
"email": "admin@chathive.com",
|
||||
"password": "admin"
|
||||
}
|
||||
Reference in New Issue
Block a user