delete endpoint getWorkerInfo
gitea/salix/dev Build queued... Details

This commit is contained in:
Bernat 2019-11-19 11:51:47 +01:00
parent 12825f0503
commit 9743b61f63
1 changed files with 0 additions and 1 deletions

View File

@ -3,5 +3,4 @@ module.exports = Self => {
require('../methods/worker/mySubordinates')(Self);
require('../methods/worker/isSubordinate')(Self);
require('../methods/worker/getWorkedHours')(Self);
require('../methods/worker/getWorkerInfo')(Self);
};