fix js bugs
This commit is contained in:
@@ -9,7 +9,7 @@ class StaticController < ApplicationController
|
||||
end
|
||||
|
||||
def not_found
|
||||
render text: "not found", status: :not_found
|
||||
render plain: "not found", status: :not_found
|
||||
end
|
||||
|
||||
def error
|
||||
|
||||
Reference in New Issue
Block a user