Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 85db9c5

Browse files
authored
refactor: point proxy to new heroku app (#242)
1 parent 582b356 commit 85db9c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/menus/definitions/OrbDefinitionsMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const loadOrb = (orb: string, value?: OrbImport) => {
5454
const endpoint =
5555
process.env.NODE_ENV === 'development'
5656
? 'http://localhost:3030'
57-
: 'https://temp-orb-manifest-endpoint.herokuapp.com';
57+
: 'https://orb-indexer-proxy.herokuapp.com';
5858

5959
return fetch(`${endpoint}/orbs?orb=${orb}`).then(
6060
(resp) =>

0 commit comments

Comments
 (0)