We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd5bfc commit df901c7Copy full SHA for df901c7
bin/import.sh
@@ -7,7 +7,7 @@ if [ "$#" -ne 1 ]; then
7
fi
8
9
ID="$1"
10
-URL="https://beta-curriculum-cms-api.thirdspacelearning.com/api/public/learning_objectives/${ID}/slides"
+URL="https://curriculum-cms-api.thirdspacelearning.com/api/public/learning_objectives/${ID}/slides"
11
12
# Fetch data
13
DATA=$(curl -s "$URL")
@@ -46,4 +46,4 @@ echo "$DATA" | jq -r '.[] | @base64' | while read -r OBJ; do
46
echo "$MARKDOWN" >> "./education/learning-objectives/${ID}/${SLIDE_ID}.md"
47
done
48
49
-echo "Process completed."
+echo "Process completed."
0 commit comments