Skip to content

Commit

Permalink
Updated Authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazan10x committed Nov 22, 2023
1 parent 6a034ac commit cad419e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/APIs/FLASK_API.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from "axios";
import firebaseService from "../utilities/firebase";
const FLASK_LOCAL_ADDRESS: string = "http://172.20.10.3:6050";
const FLASK_LOCAL_ADDRESS: string = "http://10.0.15.205:6050";

// Function to get the Firebase authentication token
const getFirebaseAuthToken = async (): Promise<string | null> => {
Expand Down

0 comments on commit cad419e

Please sign in to comment.