mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 02:12:53 +00:00
moved server to separate repo
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package api
|
||||
|
||||
import ()
|
||||
|
||||
var Api ApiInfo
|
||||
|
||||
type ApiInfo struct {
|
||||
Key string `json:"key"`
|
||||
}
|
||||
|
||||
func Configure(a ApiInfo) {
|
||||
Api = a
|
||||
}
|
||||
Reference in New Issue
Block a user