From 9221051daefc9f8ee5ecf31a3f6974ee3965869c Mon Sep 17 00:00:00 2001 From: vin Date: Tue, 16 Jan 2024 15:23:35 -0500 Subject: update readme to the current status of the project --- canvas.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'canvas.go') diff --git a/canvas.go b/canvas.go index 7020658..f1a2375 100644 --- a/canvas.go +++ b/canvas.go @@ -14,7 +14,7 @@ import ( ) func initialize() { - instance_url := "https://floridapolytechnic.instructure.com" + instance_url := os.Getenv("CANVAS_INSTANCE") base_link = instance_url + "/api/v1" token = os.Getenv("CANVAS_API_KEY") jar, _ := cookiejar.New(&cookiejar.Options{ -- cgit v1.2.3