Skip to content

Commit

Permalink
Update routes.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
awhicks authored Dec 4, 2023
1 parent 91777ea commit a4243ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
end

get '/embed' => 'embed#index', as: :embed_index
get '/embed/export' => 'export#index', as: :embed_export # This is a new route for exporting for OpenDSA' exercise metadata to SPLICE
get '/export' => 'export#index', as: :embed_export # This is a new route for exporting for OpenDSA' exercise metadata to SPLICE
get '/embed/:ex_short_name' => 'embed#show', as: :embed_show
get '/SourceCode/*all' => 'embed#source_code_redirect'

Expand Down

0 comments on commit a4243ab

Please sign in to comment.