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

updated server url

parent f316df5c
Branches
1 requête de fusion!149integrated all of streaming module services
...@@ -13,7 +13,7 @@ type LiveCommentsContextType = { ...@@ -13,7 +13,7 @@ type LiveCommentsContextType = {
pinnedComments: ILiveComment[]; 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 useLiveComments = ({ id, status }: ILive): LiveCommentsContextType => {
const [comments, setComments] = useState<ILiveComment[]>([]); const [comments, setComments] = useState<ILiveComment[]>([]);
......
...@@ -4,7 +4,7 @@ import { comment } from 'postcss'; ...@@ -4,7 +4,7 @@ import { comment } from 'postcss';
import { shippingClassesList } from '../_mock/_shipping'; import { shippingClassesList } from '../_mock/_shipping';
export const HOST_API = 'http://localhost:8080'; export const HOST_API = 'http://15.237.175.171:8080';
......
...@@ -145,7 +145,7 @@ export default function NotificationItem({ notification }: NotificationItemProps ...@@ -145,7 +145,7 @@ export default function NotificationItem({ notification }: NotificationItemProps
}} }}
> >
<FileThumbnail <FileThumbnail
file="http://localhost:8080/httpsdesign-suriname-2015.mp3" file="http://15.237.175.171:8080/httpsdesign-suriname-2015.mp3"
sx={{ width: 40, height: 40 }} sx={{ width: 40, height: 40 }}
/> />
......
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