caccl-api-forwarder
Version:
Client-side express module that forwards Canvas requests from the client to Canvas.
9 lines • 311 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Dummy course id to replace with current course
* @author Gabe Abrams
*/
var COURSE_ID_REPLACE_WITH_CURR = 999999999999999;
exports.default = COURSE_ID_REPLACE_WITH_CURR;
//# sourceMappingURL=COURSE_ID_REPLACE_WITH_CURR.js.map