- Prevent the CTRL+F on Reading;
- Made the Listening audio appear on exercises;
This commit is contained in:
@@ -27,6 +27,7 @@ async function handler(req: NextApiRequest, res: NextApiResponse) {
|
||||
snapshot.docs.map((doc) => ({
|
||||
id: doc.id,
|
||||
...doc.data(),
|
||||
module,
|
||||
})),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user