Jenkins CI setup

This commit is contained in:
simon987
2019-02-23 18:00:32 -05:00
parent 6bc2483968
commit d17113726e
9 changed files with 298 additions and 424 deletions

View File

@@ -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"