Skip to content

Commit 03e4724

Browse files
authored
Update worker.service.ts
1 parent 1b9f920 commit 03e4724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

angular-frontend/src/app/services/worker.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Worker } from '../models/worker';
99
})
1010
export class WorkerService {
1111

12-
private getUrl: string = "http://localhost:8080/api/v1/workers";
12+
private getUrl: string = "http://3.6.41.150:30000/api/v1/workers";
1313

1414
constructor(private _httpClient: HttpClient) { }
1515

0 commit comments

Comments
 (0)