This commit is contained in:
2021-09-08 19:51:21 +00:00
parent c6df1aea27
commit 7d178040b9

View File

@@ -154,10 +154,9 @@ namespace AyaNova.Api.Controllers
return false;
break;
//todo: workorder list
default://pretty much anything is not allowed
default:
return false;
}
return true;
}