Skip to content

Commit 5f37264

Browse files
committed
Update product URL
1 parent 5182ee8 commit 5f37264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APM-CLI-Final/src/app/products/product.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { IProduct } from './product';
1010

1111
@Injectable()
1212
export class ProductService {
13-
private _productUrl = './api/products/productsa.json';
13+
private _productUrl = './api/products/products.json';
1414

1515
constructor(private _http: HttpClient) { }
1616

0 commit comments

Comments
 (0)