Browse Source

API Endpoints for Verifications and Pending.

hkremer/rebranding
Gregory Rudolph 4 years ago
parent
commit
62246e9c23
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 2
      site-api.go

2
site-api.go

@ -151,7 +151,7 @@ func getVerifications(w http.ResponseWriter, r *http.Request) { @@ -151,7 +151,7 @@ func getVerifications(w http.ResponseWriter, r *http.Request) {
return
}
var files []string
root := "./verifications"
root := "./verifications/"
err := filepath.Walk(root, func(path string, info os.FileInfo, err error) error {
files = append(files, path)
return nil

Loading…
Cancel
Save