Skip to content

Commit cc2670a

Browse files
committed
HOST URL
1 parent 0f7cbc6 commit cc2670a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

indexer/src/kadena-server/repository/infra/repository/network-db-repository.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export default class NetworkDbRepository implements NetworkRepository {
102102
}
103103

104104
async getNodeInfo(): Promise<GetNodeInfo> {
105+
console.log(HOST_URL);
105106
const response = await fetch(`${HOST_URL}/info`, {
106107
method: "GET",
107108
headers: {

0 commit comments

Comments
 (0)