gallery-frontend/src/environments/environment.prod.ts
2017-08-09 13:41:32 +02:00

5 lines
95 B
TypeScript

export const environment = {
production: true,
apiUrl: 'http://photos-api.yvan.hu',
};