- Registration screens stubbing and partial buildouts

This commit is contained in:
Mike Fitzpatrick
2019-08-05 16:59:38 -04:00
parent a9f4324f29
commit c123ec385c
17 changed files with 505 additions and 23 deletions

View File

@@ -30,6 +30,8 @@ export const AUCTION_VIEW_MODES = {
WINNING: 'WINNING',
};
export const API_URL = 'http://localhost:3001';
export const API_ENDPOINTS = {
GET_EVENTS: 'GET_EVENTS',
GET_ITEMS: 'GET_ITEMS',
@@ -45,3 +47,7 @@ export const API_ENDPOINTS = {
GOOGLE_SIGNUP: 'GOOGLE_SIGNUP',
GOOGLE_LINK: 'GOOGLE_LINK',
};
export const PERMISSIONS = {
FACEBOOK: [ 'email', 'public_profile' ],
};