0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-09 11:52:54 +01:00

Add backslash to qunit path

Dieser Commit ist enthalten in:
Angus McLeod 2022-04-11 14:56:19 +02:00
Ursprung 7904bb5b3a
Commit 0313e1be95

Datei anzeigen

@ -1,6 +1,6 @@
# frozen_string_literal: true
CustomWizard::Engine.routes.draw do
get 'qunit' => 'wizard#qunit'
get '/qunit' => 'wizard#qunit'
get ':wizard_id' => 'wizard#index'
put ':wizard_id/skip' => 'wizard#skip'
get ':wizard_id/steps' => 'wizard#index'