@enface/js
Version:
Biometric researches
11 lines (10 loc) • 339 B
JavaScript
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;