We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e24013 + ccca5b9 commit 8eda472Copy full SHA for 8eda472
src/app/services/experiments.service.ts
@@ -7,7 +7,7 @@ import { ExperimentDetails } from '@app/shared/types/experiments/experiments-det
7
providedIn: 'root',
8
})
9
export class ExperimentsService {
10
- private readonly apiUrl = "EXPERIMENTS_BACKEND_API_ENDPOINT"; // Will be replaced by Webpack DefinePlugin
+ private readonly apiUrl = EXPERIMENTS_BACKEND_API_ENDPOINT; // Will be replaced by Webpack DefinePlugin
11
12
constructor(private readonly http: HttpClient) {}
13
0 commit comments