NetanelBasal
1/3/2018 - 8:37 PM

auth.api.ts

export const api = {
  login: "/auth/login",
  logout: "/auth/logout",
  signup: "/auth/signup",
};