remove api key

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

View File

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