Skip to content

Commit

Permalink
Merge pull request #42 from spknetwork/feat/update-api
Browse files Browse the repository at this point in the history
api/url
  • Loading branch information
Adesojisouljay authored Jun 28, 2024
2 parents fed8245 + f3c6ce4 commit 32b1d92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/api/breakaway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import axios, { AxiosResponse } from "axios"
import * as ls from "../util/local-storage";

// const baUrl = "http://localhost:4000"
const baUrl = "https://breakaway-points-system-api.onrender.com"
// const baUrl = "https://breakaway-points-system-api.onrender.com"
const baUrl = "https://api.breakaway.community"
const accessToken = ls.get("ba_access_token")

export const createBreakawayUser = async (username: string, community: string, referral: string, email: string)=> {
Expand Down

0 comments on commit 32b1d92

Please sign in to comment.