Taobin-Recipe-Manager/client/src/environments/environment.development.ts

5 lines
85 B
TypeScript
Raw Normal View History

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