Created a really basic history page
This commit is contained in:
@@ -71,6 +71,7 @@ export default function Page() {
|
||||
exam: solution.exam!,
|
||||
module: solution.module!,
|
||||
user: user?.id || "",
|
||||
date: new Date().getTime(),
|
||||
}));
|
||||
|
||||
axios
|
||||
|
||||
Reference in New Issue
Block a user