mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
fixed page key
This commit is contained in:
@@ -15,7 +15,7 @@ export const useAssignmentNamesQuery = (
|
||||
encodeURIComponent(courseName) +
|
||||
"/modules/" +
|
||||
encodeURIComponent(moduleName) +
|
||||
"/assignments"
|
||||
"/assignments";
|
||||
const response = await axios.get(url);
|
||||
return response.data;
|
||||
},
|
||||
@@ -41,8 +41,6 @@ const getAssignmentQueryConfig = (
|
||||
encodeURIComponent(moduleName) +
|
||||
"/assignments/" +
|
||||
encodeURIComponent(assignmentName);
|
||||
|
||||
console.log(url);
|
||||
const response = await axios.get(url);
|
||||
return response.data;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user