pushed js code for barrier

This commit is contained in:
2023-03-08 00:49:03 +00:00
parent 9f409382bb
commit a13dc711b2
2 changed files with 5 additions and 2 deletions

View File

@@ -145,8 +145,6 @@ func GetHttp() *http.ServeMux {
ip, ok := request.URL.Query()["barrierip"]
fmt.Println(ip[0])
if ok && ip[0] != "" {
//Declaring struct
var barriersession Barrier