Sha256: 4ef32cd525f2ca8207bc12eb4940d0fb88f4604c789e00df3be48e3c28888174
Contents?: true
Size: 179 Bytes
Versions: 2
Compression:
Stored size: 179 Bytes
Contents
TwitterLti::Engine.routes.draw do root to: "lti#index" match "/" => "lti#index", via: [:get, :post] get "/api/tweets" => "api#tweets" post "/api/embed" => "api#embed" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
twitter_lti-0.0.3 | config/routes.rb |
twitter_lti-0.0.2 | config/routes.rb |