diff --git a/app/controllers/admin/store_controller.rb b/app/controllers/admin/store_controller.rb index b2e1f11..dbb3b09 100644 --- a/app/controllers/admin/store_controller.rb +++ b/app/controllers/admin/store_controller.rb @@ -48,6 +48,6 @@ class Admin::StoreController < OrbitAdminController private def store_url - @store_url = "http://localhost:3000" + @store_url = "http://store.tp.rulingcom.com" end end \ No newline at end of file