Skip to content

feat: create proxy for address book#252

Merged
wwills2 merged 4 commits intodevelopfrom
feat-address-book-proxy
Jan 2, 2025
Merged

feat: create proxy for address book#252
wwills2 merged 4 commits intodevelopfrom
feat-address-book-proxy

Conversation

@silverthread-labs-devs
Copy link
Collaborator

This PR introduces a new proxy middleware to handle requests to the Address Book API

return headers;
};

const createAddress = async (name, walletAddress) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this isnt used anywhere

src/proxy.js Outdated
const { getHomeOrgUid } = require("./api/registry");
const { updateQueryWithParam, generateUriForHostAndPort } = require("./utils");
const { CONFIG } = require("./config");
const { createAddress } = require("./api/address-book");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused import

@wwills2 wwills2 merged commit b853019 into develop Jan 2, 2025
14 checks passed
@wwills2 wwills2 deleted the feat-address-book-proxy branch January 2, 2025 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants