Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Feature: Changing core api url backend #84

Merged
merged 1 commit into from
May 2, 2022

Conversation

smanganaro
Copy link
Contributor

Description

-Changing core api url api.poap.xyz for api.poap.tech in backend

Closes issues

Types of Changes

Select at least one of these type of changes.

  • Docs change / Refactorting / Dependencies upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

QA Checklist

  • I have updated the README (if needed)
  • I have performed a self-review of my own code
  • I have added comments (if code has too much complexity)
  • I have manually tested this code (through Postman or Chrome)
  • This branch has been rebased from development before creating the pull-request

@smanganaro smanganaro self-assigned this Apr 26, 2022
@@ -3,12 +3,12 @@ import axios from 'axios';
class POAP {

static async fetchEvents() {
const response = await axios.get('https://api.poap.xyz/events');
const response = await axios.get('https://api.poap.tech/events');
Copy link

Choose a reason for hiding this comment

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

Create a Jira ticket with technical debt to move this URL to an environment variable and add the ticket in this comment.

Copy link

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

This is now part of the proposed enhancement in https://poap-devs.atlassian.net/browse/PLT-218

@nicolasdeleon nicolasdeleon changed the base branch from master to release/v1.0.1 May 2, 2022 21:56
@nicolasdeleon nicolasdeleon merged commit 33b0181 into release/v1.0.1 May 2, 2022
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.

4 participants