From fd79b09ad0e7d0e3165c70ca0908ec1ac0a7116c Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Sun, 17 Apr 2022 17:52:29 +0200 Subject: smith is cool --- gosrc/structs.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gosrc/structs.go') diff --git a/gosrc/structs.go b/gosrc/structs.go index ac17cf6..ec0d285 100644 --- a/gosrc/structs.go +++ b/gosrc/structs.go @@ -16,11 +16,13 @@ type Config struct { // urls to hit on mirror type Targets struct { getall string + status string null string } var Endpoints = Targets { getall: "/sapi/v1/capital/config/getall", + status: "/sapi/v1/account/status", null: "/null", } -- cgit v1.2.3