remove api key

This commit is contained in:
Tobias P.L Wennberg 2025-01-13 18:03:45 +01:00
parent b21def783a
commit fb3c5ef5f0

View File

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