Skip to content

Commit

Permalink
Merge pull request #102 from sei-protocol/fix/ecosystem-api-endpoint
Browse files Browse the repository at this point in the history
Fixed https issue on ecosystem API
  • Loading branch information
cordt-sei authored Jul 5, 2024
2 parents 3959e58 + ec3ece6 commit 97904b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/ecosystemData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export type EcosystemResponse = {
};

export async function getSeiEcosystemAppsData(): Promise<EcosystemResponse> {
const url = 'http://app-api.seinetwork.io/webflow/ecosystem'; // TODO: Move to ENV
const url = 'https://app-api.seinetwork.io/webflow/ecosystem';
const headers = { Accept: 'application/json' };

try {
Expand Down

0 comments on commit 97904b4

Please sign in to comment.