Skip to content

Commit 3c870b6

Browse files
committed
v0.7.0
1 parent 4270bef commit 3c870b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/app/api/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
33
//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
66

77
const getClientUrl = () => {
88
if (typeof window !== "undefined" && window.location) {

0 commit comments

Comments
 (0)