Skip to content

Commit

Permalink
update url product.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernanda-Farias committed Aug 8, 2024
1 parent a3c49a6 commit b3090ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/produto.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Produto } from './components/models/Produto.model';

export class ProdutoService {

private url: string = "http://localhost:3000/produtos";
private url: string = "./dbgames.json";

constructor(private _httpClient: HttpClient) { }

Expand Down

0 comments on commit b3090ae

Please sign in to comment.