diff --git a/server/src/admin/admin.controller.ts b/server/src/admin/admin.controller.ts index 3651713e..2907dc14 100644 --- a/server/src/admin/admin.controller.ts +++ b/server/src/admin/admin.controller.ts @@ -410,6 +410,7 @@ export const addCourseDescriptionsDb = async ({ auth }: VerifyAdminType) => { /** * Adds all similarity data to the Course database, consisting of tags and top 5 similar courses + * https://www.notion.so/Similar-Courses-Algorithm-13d0ad723ce18060b34eccc5385d08ca * * @param {Auth} auth: Object that represents the authentication of a request being passed in. * @returns true if operation was successful, false if operations was not successful, null if token not admin