FIX: can't bootstrap with ember-cli when login_required is enabled (#13350)

This commit is contained in:
Neil Lalonde
2021-06-10 09:36:41 -04:00
committed by GitHub
parent e9dc88a7b6
commit a5df693697
2 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,8 @@
class BootstrapController < ApplicationController
include ApplicationHelper
skip_before_action :redirect_to_login_if_required
# This endpoint allows us to produce the data required to start up Discourse via JSON API,
# so that you don't have to scrape the HTML for `data-*` payloads
def index