Fix worker permissions bug

This commit is contained in:
simon987
2019-02-23 22:05:22 -05:00
parent d17113726e
commit 9ceb5d8d4c
6 changed files with 72 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ import {Credentials} from "./models/credentials";
@Injectable()
export class ApiService {
public url: string = "https://tt.simon987.net/api";
public url: string = "http://localhost/api";
private options: {
withCredentials: true,
responseType: "json"