Skip to content
Extraits de code Groupes Projets
Valider d87ca038 rédigé par oussama aftys's avatar oussama aftys Validation de oussama aftys
Parcourir les fichiers

changed server url

parent 3d6c8ad0
Branches
1 requête de fusion!143Update 2 files
......@@ -13,7 +13,7 @@ type LiveCommentsContextType = {
pinnedComments: ILiveComment[];
};
const WEB_SOCKET_URL = process.env.WEB_SOCKET_URL || "http://localhost:8080/ws";
const WEB_SOCKET_URL = process.env.WEB_SOCKET_URL || "http://15.237.175.171:8080/ws";
const useLiveComments = ({ id, status }: ILive): LiveCommentsContextType => {
const [comments, setComments] = useState<ILiveComment[]>([]);
......
......@@ -3,7 +3,7 @@ import { comment } from 'postcss';
import { shippingClassesList } from '../_mock/_shipping';
export const HOST_API = process.env.HOST_API_URL ||'http://localhost:8080';
export const HOST_API = 'http://15.237.175.171:8080';
export const axiosInstance = axios.create({ baseURL: HOST_API });
......
0% ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter