Skip to content

Commit

Permalink
Merge branch 'develop' into new-api-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianyourgod authored Nov 11, 2024
2 parents 862838c + 17eb830 commit e6ebe4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/containers/home-communication.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import React from 'react';
import {connect} from 'react-redux';
import {setUsername, setUsernameInvalid, setUsernameLoggedIn} from '../reducers/tw';

let origin = "https://penguinmod-home-git-new-backend-live-penguinmod.vercel.app";
// origin = 'https://penguinmod-home-git-new-backend-live-penguinmod.vercel.app/';
let origin = "https://penguinmod.com";

class HomeCommunication extends React.Component {
constructor (props) {
Expand Down

0 comments on commit e6ebe4c

Please sign in to comment.