flare / flare-ui /src /environments /environment.ts
ciyidogan's picture
Upload 44 files
9eba098 verified
raw
history blame contribute delete
126 Bytes
export const environment = {
production: false,
apiUrl: 'http://localhost:7860' // Update to match your backend URL
};