Skip to content

Commit

Permalink
fix: adjust taxhub symbology route from "status_symbology" to "status…
Browse files Browse the repository at this point in the history
…_symbologies"
  • Loading branch information
edelclaux committed Sep 26, 2024
1 parent d927477 commit dcb44be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/GN2CommonModule/form/data-form.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export class DataFormService {
}

fetchStatusSymbology() {
return this._http.get<any>(`${this.config.API_TAXHUB}/bdc_statuts/status_symbology`);
return this._http.get<any>(`${this.config.API_TAXHUB}/bdc_statuts/status_symbologies`);
}

getTaxonAttributsAndMedia(cd_nom: number, id_attributs?: Array<number>) {
Expand Down

0 comments on commit dcb44be

Please sign in to comment.