Not impl endpoints
This commit is contained in:
7
server/balance/read.go
Normal file
7
server/balance/read.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package balance
|
||||
|
||||
import "net/http"
|
||||
|
||||
func Read(w http.ResponseWriter, r *http.Request) {
|
||||
http.Error(w, "not impl", http.StatusNotImplemented)
|
||||
}
|
||||
Reference in New Issue
Block a user