mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-10 13:44:30 +00:00
Jenkins CI setup
This commit is contained in:
604
web/angular/package-lock.json
generated
604
web/angular/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -33,8 +33,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.12.0",
|
||||
"@angular/cli": "~7.2.2",
|
||||
"@angular/compiler-cli": "~7.2.0",
|
||||
"@angular/cli": "^7.2.4",
|
||||
"@angular/compiler-cli": "^7.2.6",
|
||||
"@angular/language-service": "~7.2.0",
|
||||
"@types/chart.js": "^2.7.42",
|
||||
"@types/jasmine": "~2.8.8",
|
||||
|
||||
@@ -6,7 +6,7 @@ import {Credentials} from "./models/credentials";
|
||||
@Injectable()
|
||||
export class ApiService {
|
||||
|
||||
public url: string = "http://localhost/api";
|
||||
public url: string = "https://tt.simon987.net/api";
|
||||
private options: {
|
||||
withCredentials: true,
|
||||
responseType: "json"
|
||||
|
||||
Reference in New Issue
Block a user