Skip to content

Commit

Permalink
use the deployed url
Browse files Browse the repository at this point in the history
  • Loading branch information
zbuseaydin committed May 3, 2024
1 parent 88cdd12 commit 462e89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/NBAForum/globalContext/globalContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Context = createContext()

const Provider = ( { children } ) => {

const [ baseURL, setBaseURL ] = useState("http://161.35.30.222:8000")
const [ baseURL, setBaseURL ] = useState("http://64.226.89.39:8000")
const [ isLoggedIn, setIsLoggedIn ] = useState()
const [ userObj, setUserObj ] = useState()
const [ hasSession, setHasSession] = useState()
Expand Down

0 comments on commit 462e89f

Please sign in to comment.