noesya/osuny

View on GitHub
app/controllers/api/osuny_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
C
75%
class Api::OsunyController < Api::Osuny::ApplicationController
  def redirect_to_v1
    redirect_to '/api/osuny/v1'
  end

  def index
  end
end