Skip to content

Commit

Permalink
Revert "add pathname to endpoint url builder methods"
Browse files Browse the repository at this point in the history
This reverts commit 7604932
  • Loading branch information
pgayvallet committed Apr 7, 2020
1 parent 7604932 commit eff1faf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export function urlFromQueryParams(
): Partial<EndpointAppLocation> {
const search = querystring.stringify(queryParams);
return {
pathname: '/alerts',
search,
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export function urlFromQueryParams(
): Partial<EndpointAppLocation> {
const search = querystring.stringify(queryParams);
return {
pathname: '/hosts',
search,
};
}

0 comments on commit eff1faf

Please sign in to comment.