summaryrefslogtreecommitdiff
path: root/cantree/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'cantree/config.go')
-rw-r--r--cantree/config.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/cantree/config.go b/cantree/config.go
new file mode 100644
index 0000000..147a7ee
--- /dev/null
+++ b/cantree/config.go
@@ -0,0 +1,5 @@
+package main
+
+const (
+ base = `https://sdccd.instructure.com/api/v1/`
+)