Skip to content

Commit

Permalink
remove hash route
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Jul 19, 2023
1 parent 3820f42 commit bbff529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { URL } from "url";
import { publishTxAppUrl } from "../params.js";
import { TxData } from "../types.js";

const adminUiBaseUrl = "http://my.dappnode/#";
const adminUiBaseUrl = "http://my.dappnode";

/**
* Get link to publish a TX from a txData object
Expand Down

0 comments on commit bbff529

Please sign in to comment.