|
|
|
@ -21,9 +21,7 @@ class MainController < ApplicationController
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if params[:path] && params[:path].split("/").first == "educoderh5"
|
|
|
|
|
|
|
|
|
|
if params[:path] && params[:path]&.include?("educoderh5") && params[:path].split("/").first == "educoderh5"
|
|
|
|
|
render file: 'public/h5build/index.html', :layout => false
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|