Skip to content

Commit

Permalink
feat: rename haku to embeddedsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Dec 15, 2023
1 parent bf85e09 commit a0f1834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/util/path.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const PREFIX_DATAHUB_POI = 'datahub-poi';
export const PREFIX_GEOJSON = 'geojson';
export const stopUrl = id => id;
export const LOCAL_STORAGE_EMITTER_PATH = '/local-storage-emitter';
export const EMBEDDED_SEARCH_PATH = '/haku';
export const EMBEDDED_SEARCH_PATH = '/embeddedsearch';

/**
* Join argument with slash separator.
Expand Down

0 comments on commit a0f1834

Please sign in to comment.