vereto-api/app/controllers/v2/articles_controller.rb
2018-02-21 13:40:31 +00:00

5 lines
121 B
Ruby

class V2::ArticlesController < ApplicationController
def index
json_response(message: 'Not implmeneted')
end
end