frontend added and socket io
This commit is contained in:
@@ -5,14 +5,18 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{url}}/api/authentication/login
|
||||
url: {{url}}/api/auth/sign-in/email
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
headers {
|
||||
Origin: http://localhost:3000
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"username": "matthes01",
|
||||
"email": "blake.matthes@alpla.com",
|
||||
"password": "nova0511"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user