mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-21 14:47:10 +00:00
Fix the wrong api url
This commit is contained in:
@@ -41,7 +41,7 @@ export class EcommerceDashboardService implements Resolve<any>
|
||||
getProjects(): Promise<any>
|
||||
{
|
||||
return new Promise((resolve, reject) => {
|
||||
this.http.get('api/projects-dashboard-projects')
|
||||
this.http.get('api/project-dashboard-projects')
|
||||
.subscribe((response: any) => {
|
||||
this.projects = response;
|
||||
resolve(response);
|
||||
|
||||
Reference in New Issue
Block a user