- Login handling

This commit is contained in:
Mike Fitzpatrick
2019-08-20 15:04:06 -04:00
parent cc8442b0b2
commit ee051f604e
3 changed files with 15 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ export const API_ENDPOINTS = {
PURCHASE_ITEM: '/sales',
// User/Profile
LOGIN: '/auth',
USER_SIGNUP: '/signup',
USER_PROFILE: '/users/:user_id',