Closed woniesong92 closed 8 years ago
I get this error after a fresh install:
ActionController::RoutingError (No route matches [GET] "/javascripts/graphiql/rails/application.js")
@woniesong92 You won't be able to use the view in api_mode.
api_mode
Set that to false and make sure that require "sprockets/railtie" isn't commented.
require "sprockets/railtie"
I get this error after a fresh install: