holmes-app / holmes-api

API for holmes website validation.
MIT License
17 stars 7 forks source link

Check server's handlers routes #87

Closed scorphus closed 10 years ago

scorphus commented 10 years ago

Some routes, such as:

should be changed to match at least one character (i.e. replace * with +)

marcelometal commented 10 years ago

Should be a valid uuid. Test with lower case: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}

scorphus commented 10 years ago

Related to #52