changed crypto to uuid as crypto not working in non secure area

main
alex 2023-06-28 00:44:57 +02:00
parent 6c691e243a
commit 3a193a7562
1 changed files with 3 additions and 3 deletions

View File

@ -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/",