Add PQQ functionality: Introduce new endpoints for creating activities and submitting answers, along with updates to the Minglar service for retrieving PQQ details. Update serverless configuration to include new function files.

This commit is contained in:
2025-12-03 19:21:21 +05:30
parent ca5936d0db
commit 4a7e5fbb1e
10 changed files with 975 additions and 15 deletions

View File

@@ -88,6 +88,7 @@ functions:
- ${file(./serverless/functions/host.yml)}
- ${file(./serverless/functions/minglaradmin.yml)}
- ${file(./serverless/functions/prepopulate.yml)}
- ${file(./serverless/functions/pqq.yml)}
plugins:
- serverless-offline