Attempt bugfix

This commit is contained in:
2017-04-05 11:18:08 +02:00
parent f8d629892e
commit efc2f1284d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { LabelData } from './label-data';
@Injectable()
export class DataService {
private dashboardURL: string = '/webapi/dashboard';
private dashboardURL: string = '/webapi/data';
constructor(private http : Http){}