We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b64ba commit 8980f96Copy full SHA for 8980f96
main.go
@@ -79,7 +79,7 @@ func handleSpaceApiV15(w http.ResponseWriter, r *http.Request) {
79
func fetchLabState() (*bool, *int64, error) {
80
client := &http.Client{}
81
82
- req, err := http.NewRequest("GET", "https://eingang.metalaba.at/status.json", nil)
+ req, err := http.NewRequest("GET", "https://eingang.metalab.at/status.json", nil)
83
84
//req, err := http.NewRequest("GET", "http://localhost:3333/lab", nil)
85
if err != nil {
0 commit comments