mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 07:37:38 +00:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
export const environment = {
|
|
production: true,
|
|
apiBaseUrl: 'https://api.example.com',
|
|
};
|