Commit ff3ce4af by sawit

edit param MYSKILL-X

parent c8f30ec2
......@@ -14,6 +14,6 @@ export class WidgetService {
constructor(private http: HttpClient) { }
getDashboards(): Observable<DashboardWidgetModel[]> {
return this.http.get<DashboardWidgetModel[]>(`${this.baseUrl}/lists/search?application=myskill-x`);
return this.http.get<DashboardWidgetModel[]>(`${this.baseUrl}/lists/search?application=MYSKILL-X`);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment