url change for store

This commit is contained in:
Harry Bomrah 2014-10-27 19:10:42 +08:00
parent 5766c6355f
commit 12b38691b0
1 changed files with 1 additions and 1 deletions

View File

@ -48,6 +48,6 @@ class Admin::StoreController < OrbitAdminController
private private
def store_url def store_url
@store_url = "http://localhost:3000" @store_url = "http://store.tp.rulingcom.com"
end end
end end