Skip to content

Commit 9f581f0

Browse files
committed
new oydid
1 parent 608909d commit 9f581f0

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

dc-base/config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
77
namespace :api, defaults: { format: :json } do
88
scope "(:version)", :version => /v1/, module: :v1 do
9+
draw(:extend_api_v1)
910
match 'active', to: 'resources#active', via: 'get'
1011
match 'ida-signin', to: 'resources#idaustria', via: 'get'
1112

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
scope '/' do
2+
3+
end
512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)