UNPKG

@enface/js

Version:
11 lines (10 loc) 339 B
export const apiVersions = [1]; export const apiEndpoints = { v1: { // https: 'https://enface-api-server.herokuapp.com/graphql', // wss: 'wss://enface-api-server.herokuapp.com/graphql', https: 'http://localhost:8000/graphql', wss: 'ws://localhost:8000/graphql', }, }; export const MIN_IMAGE_SIZE = 10 * 1024;