Skip to content

Commit 0f7aaf2

Browse files
committed
orcid-records route
1 parent 25f9063 commit 0f7aaf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/routes.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
Nova::Engine.routes.draw do
2+
# get orcid record for contributor
3+
get "orcid_records(/:orcid_id)", to: "orcid_records#show"
24
end

0 commit comments

Comments
 (0)