Added API call to run task immediately.
This commit is contained in:
parent
638cc94db3
commit
bee528f1b8
4 changed files with 48 additions and 10 deletions
shared/validation
|
@ -2,6 +2,10 @@
|
|||
|
||||
angular.module('ffffng').factory('Constraints', function () {
|
||||
return {
|
||||
id:{
|
||||
regex: /^[1-9][0-9]*/,
|
||||
optional: false
|
||||
},
|
||||
token:{
|
||||
regex: /^[0-9a-f]{16}$/i,
|
||||
optional: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue