Skip to content

Commit

Permalink
Merge pull request #148 from CruGlobal/js_fix
Browse files Browse the repository at this point in the history
Update js location
  • Loading branch information
jbirdjavi authored Dec 5, 2023
2 parents 693f793 + a35dba8 commit afd3d1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ GEM
bindex (0.8.1)
bootsnap (1.13.0)
msgpack (~> 1.2)
brakeman (6.0.1)
brakeman (6.1.0)
brpoplpush-redis_script (0.1.2)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (>= 1.0, <= 5.0)
Expand Down
3 changes: 2 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@

get "monitors/lb"
get "/login/new", to: "login#new"
get "/assets/campaign-form.js", to: redirect("/packs/campaign.js")
get "/assets/campaign-form.js", to: redirect("/assets/custom/campaign-form.js")
get "/packs/campaign.js", to: redirect("/assets/custom/campaign-form.js")
end

0 comments on commit afd3d1f

Please sign in to comment.