add user if exists on konviva

This commit is contained in:
2025-07-11 13:55:32 -03:00
parent bd6fbf7166
commit 1b710c81f6
23 changed files with 1633 additions and 68 deletions

View File

@@ -15,9 +15,9 @@ from config import ELASTIC_CONN, ENROLLMENT_TABLE, USER_TABLE
from .cancel import router as cancel
from .enroll import router as enroll
from .vacancies import router as vacancies
from .slots import router as slots
__all__ = ['vacancies', 'cancel', 'enroll']
__all__ = ['slots', 'cancel', 'enroll']
router = Router()