Skip to content

Commit

Permalink
fix(datasource-search-source): change default url
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Oct 30, 2018
1 parent 9efa8f5 commit 46eaf49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class DataSourceSearchSource extends SearchSource {

static _name = 'igo.geo.search.dataSources.name';

private searchUrl = 'https://geoegl.msp.gouv.qc.ca/igo2/api/layers/search';
private searchUrl = 'https://geoegl.msp.gouv.qc.ca/apis/layers/search';
private options: SearchSourceOptions;

constructor(
Expand Down

0 comments on commit 46eaf49

Please sign in to comment.