API Endpoints for Verifications and Pending.

This commit is contained in:
2020-12-30 12:52:08 -05:00
parent 011dc1362a
commit 62246e9c23

View File

@ -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