lib/pakyow/presenter/errors.rb in pakyow-presenter-1.0.0.rc5 vs lib/pakyow/presenter/errors.rb in pakyow-presenter-1.0.0
- old
+ new
@@ -46,16 +46,14 @@
super
else
<<~MESSAGE
#{super}
- If you want to call backend code instead, create a controller endpoint that handles this request:
+ If you want to call backend code instead, create a controller route that handles this request:
get "#{@context}" do
# your code here
end
-
- * [Learn about controllers →](https://pakyow.com/docs/routing/)
MESSAGE
end
end
end
end