Skip to content

Commit

Permalink
Url de api de produção padrão a ser seguida (#480)
Browse files Browse the repository at this point in the history
- Verificar um modo do json-server seguir esta configuração também.
  • Loading branch information
pedlop authored and jhemarcos committed Nov 24, 2017
1 parent 62fdbe8 commit ec2508d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/app/pesquisa/services/projetos.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Projeto } from './../models/projeto.interface';

@Injectable()
export class ProjetosService {
private static readonly ENDPONIT = `${environment.api.url}/projetos`;
private static readonly ENDPONIT = `${environment.api.url}/pesquisa/projetos`;

constructor(private http: HttpClient) {}

Expand Down

0 comments on commit ec2508d

Please sign in to comment.