- Prevent the CTRL+F on Reading;

- Made the Listening audio appear on exercises;
This commit is contained in:
Tiago Ribeiro
2023-08-31 20:39:38 +01:00
parent 7dd96bf259
commit b3b804fc11
4 changed files with 19 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ async function handler(req: NextApiRequest, res: NextApiResponse) {
snapshot.docs.map((doc) => ({
id: doc.id,
...doc.data(),
module,
})),
),
);