mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-03 06:56:06 +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>
|
getProjects(): Promise<any>
|
||||||
{
|
{
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
this.http.get('api/projects-dashboard-projects')
|
this.http.get('api/project-dashboard-projects')
|
||||||
.subscribe((response: any) => {
|
.subscribe((response: any) => {
|
||||||
this.projects = response;
|
this.projects = response;
|
||||||
resolve(response);
|
resolve(response);
|
||||||
|
|||||||
Reference in New Issue
Block a user