Integrated "created by" system
This commit is contained in:
@@ -54,6 +54,7 @@ export async function postTrainingReport(report: CourseEventDetails) {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
body: JSON.stringify(report),
|
||||
credentials: 'include',
|
||||
});
|
||||
|
||||
if (!res.ok) {
|
||||
|
||||
Reference in New Issue
Block a user