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