|
|
@ -2,7 +2,7 @@ import moment from "moment"; |
|
|
|
|
|
|
|
function useFiltering(location) { |
|
|
|
const endpoint = |
|
|
|
"wss://waterproofing.geog.uni-heidelberg.de/wss/hot/formsanswers?"; |
|
|
|
"ws://wpd.brazilsouth.cloudapp.azure.com:9090/hot/formsanswers?"; |
|
|
|
const initialDate = moment().add(1, "days").format("YYYY-MM-DDTHH:mm:ss"); |
|
|
|
const finalDate = moment().subtract(2, "days").format("YYYY-MM-DDTHH:mm:ss"); |
|
|
|
|
|
|
|