Files
progress-test/app/controllers/entrypoint_controller.rb
João Geonizeli 9dd9e28bf7 add typescript
2022-07-21 16:36:33 -03:00

5 lines
73 B
Ruby

class EntrypointController < ApplicationController
def index
end
end