Skip to content

Commit

Permalink
correct api url
Browse files Browse the repository at this point in the history
  • Loading branch information
Adesojisouljay committed Oct 17, 2024
1 parent 231e270 commit a654c8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/common/api/breakaway.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import axios, { AxiosResponse } from "axios"
import * as ls from "../util/local-storage";

const baUrl = "http://localhost:4000"
// const baUrl = "http://localhost:4000"
// const baUrl = "https://breakaway-points-system-api.onrender.com"
// const baUrl = "https://api.breakaway.community"
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
2 changes: 1 addition & 1 deletion src/common/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"c2a": "Get Started"
},
"login": {
"title": "Welcome back!",
"title": "Welcome!",
"with-user-pass": "Login with your username and private key.",
"username-placeholder": "username",
"key-placeholder": "password / private key",
Expand Down

0 comments on commit a654c8d

Please sign in to comment.