Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public login(logged: Logged) {
  2. console.log(ApiConst.URL + ApiConst.LOGIN);
  3. return this.http.get(ApiConst.URL + ApiConst.LOGIN, {
  4. login: logged.login,
  5. password: logged.password,
  6. });
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement