employeeService/src/app/environments/environment.ts
Jan Klattenhoff 3a25307a36
Some checks failed
Playwright Tests / test (pull_request) Failing after 2m28s
fix: update BASE_URL to use 127.0.0.1
2025-01-17 10:54:56 +01:00

4 lines
91 B
TypeScript

export class Environment {
public static readonly BASE_URL = "http://127.0.0.1:8089";
}