CompUGE-Bench / src /environments /environment.ts
Ahmad Shallouf
initialize
1bc149f
raw
history blame contribute delete
70 Bytes
export const environment = {
apiUrl: 'http://localhost:8000/api'
};