File: routes.rb

package info (click to toggle)
ruby-graphiql-rails 1.4.10-1
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, bullseye, buster
  • size: 6,640 kB
  • sloc: ruby: 226; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 71 bytes parent folder | download
1
2
3
GraphiQL::Rails::Engine.routes.draw do
  get "/" => "editors#show"
end