forked from saurabh/orbit4-5
store url fix
This commit is contained in:
parent
d65df694a5
commit
9d42b6fcda
|
@ -59,7 +59,7 @@ class Admin::StoreController < OrbitAdminController
|
||||||
|
|
||||||
private
|
private
|
||||||
def store_url
|
def store_url
|
||||||
# @store_url = "http://store.tp.rulingcom.com"
|
@store_url = "http://store.tp.rulingcom.com"
|
||||||
@store_url = "http://localhost:3000"
|
# @store_url = "http://localhost:3000"
|
||||||
end
|
end
|
||||||
end
|
end
|
Loading…
Reference in New Issue