File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- export const apiUrl : string = "http://localhost:8080/api" // https://api.azion.online/api
2
- export const chatUrl : string = "http://localhost:8080/chat" //!https for the handshake => upgrade to ws https://api.azion.online/chat
1
+ // export const apiUrl: string = "http://localhost:8080/api" // https://api.azion.online/api
2
+ // export const chatUrl: string = "http://localhost:8080/chat" //!https for the handshake => upgrade to ws https://api.azion.online/chat
3
3
//Production
4
- // export const apiUrl: string = "https://api.azion.online/api"
5
- // export const chatUrl: string = " https://api.azion.online/chat" //!https for the handshake => upgrade to ws
4
+ export const apiUrl : string = "https://api.azion.online/api"
5
+ export const chatUrl : string = " https://api.azion.online/chat" //!https for the handshake => upgrade to ws
6
6
7
7
const getClientUrl = ( ) => {
8
8
if ( typeof window !== "undefined" && window . location ) {
You can’t perform that action at this time.
0 commit comments