neoban/frontend/src/environments/environment.development.ts

6 lines
131 B
TypeScript

export const environment = {
production: false,
apiUrl: 'http://localhost:8000/api',
baseApiUrl: 'http://localhost:8000',
};