Skip to content

Commit

Permalink
Update export_controller.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
awhicks authored Dec 12, 2023
1 parent c71aab4 commit 2fbce13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/export_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def index
"institution": "Virginia Tech",
"keywords": exercise.chapter_name,
"exercise_name": exercise.name,
"iframe_URL": exercise.embed_url(host_url),
"iframe_url": exercise.embed_url(host_url),
"lti_url": "#{host_url}/lti/launch?custom_ex_short_name=#{exercise.short_name}"
}
end
Expand Down

0 comments on commit 2fbce13

Please sign in to comment.