http icon indicating copy to clipboard operation
http copied to clipboard

Add StaticRouter

Open vladfaust opened this issue 6 years ago • 0 comments

Define static routes in compilation time:

# It's just a Handler
class MyStaticRouter
  include Onyx::REST::StaticRouter

  draw do
    get "/" do
      will_be_put_explicitly_into_the_code
    end
  end
end

vladfaust avatar Jan 19 '19 22:01 vladfaust