Compare commits

...

3 Commits

Author SHA1 Message Date
Tobias P.L Wennberg
3b826212ac remove api key 2025-01-14 09:40:00 +01:00
Tobias P.L Wennberg
fb3c5ef5f0 remove api key 2025-01-14 09:29:22 +01:00
markstad
b21def783a CHanged api key 2025-01-14 09:26:15 +01:00
3 changed files with 3 additions and 8 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
./api/api.go
/api/api.go

View File

@ -1,6 +1,7 @@
package api
func Api() string {
apiString := "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"
apiString := ""
return apiString
}

View File

@ -1,6 +0,0 @@
package api
func Api() string {
apiString := <api_key>
return apiString
}