Added API call to run task immediately.

This commit is contained in:
baldo 2016-06-04 11:41:57 +02:00
parent 638cc94db3
commit bee528f1b8
4 changed files with 48 additions and 10 deletions
shared/validation

View file

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