changed crypto to uuid as crypto not working in non secure area
parent
6c691e243a
commit
3a193a7562
|
@ -15,9 +15,9 @@ export const Constants = {
|
|||
ICON_INFO: "#08c",
|
||||
},
|
||||
TEXT_EMPTY_PLACEHOLDER: "-/-",
|
||||
API_ADDRESS: "http://84.118.101.110:58659/api/v1",
|
||||
STATIC_CONTENT_ADDRESS: "http://84.118.101.110:58659/",
|
||||
WS_ADDRESS: "ws://84.118.101.110:58659/api/ws",
|
||||
API_ADDRESS: "http://localhost:8080/v1",
|
||||
STATIC_CONTENT_ADDRESS: "http://localhost:8080/",
|
||||
WS_ADDRESS: "ws://localhost:8080/ws",
|
||||
ROUTE_PATHS: {
|
||||
GROUP_TASKS: "/group-tasks",
|
||||
GROUP_TASKS_VIEW: "/group-tasks/",
|
||||
|
|
Loading…
Reference in New Issue