export const API_URL = 'https://auth-json-server.zapier-staging.com';

export const SCOPES = ['movies:read', 'movies:write'];
