frontend/src/environments/environment.prod.ts

5 lines
72 B
TypeScript
Raw Normal View History

2020-02-08 02:01:00 +00:00
export const environment = {
2020-02-08 04:26:43 +00:00
production: true,
backendBase: '/',
2020-02-08 02:01:00 +00:00
};