Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. this.http.post(this.hostname + ':10000/users/auth2', { })
  2. .subscribe(res => {
  3. console.log(res);
  4. },
  5. error => {
  6. console.log(error);
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement