Sha256: bde352e3a664c209c56b5adc9ac17c8c84c129abc5fbc22406a6da0fcbfe0820

Contents?: true

Size: 276 Bytes

Versions: 1

Compression:

Stored size: 276 Bytes

Contents

# frozen_string_literal: true

namespace :api do
  namespace :v1 do
    post "confirm_block", to: "block_confirmations#confirm_block"
    get "tr_to_mine", to: "block_confirmations#transactions_to_mine"
    get "info_to_mine", to: "block_confirmations#info_to_mine"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
osbc-0.1.5 config/routes/api.rb