create card user

This commit is contained in:
CHIEFSOFT\ameye
2024-10-31 09:57:15 -04:00
parent c9885003bd
commit 6d6d7760c7
2 changed files with 24 additions and 6 deletions
+1 -4
View File
@@ -2,10 +2,7 @@
//equire('../../package.json')
const cards = require('../../service/cards.js');
const CARD_REQUESTED =0;
const CARD_HOLDER_CREATED = 10;
const CARD_OWNER_ACTIVE = 30;
const CARD_ASSIGNED = 40;
//const logger = require('../../app/logger');
const cardsControllers = {