Skip to content
Snippets Groups Projects

Changed client to allow http

Closed power puffin requested to merge enable_no_tls into main
Files
11
+ 13
0
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch file",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceRoot}/cmd/bitmaskcfg/main.go",
"args": ["locations", "ls"]
},
],
}
\ No newline at end of file
Loading