diff --git a/src/api/index.py b/src/api/index.py index e4b9b4b..6184695 100755 --- a/src/api/index.py +++ b/src/api/index.py @@ -88,7 +88,7 @@ def home(): return render_template('dashboard.html',context=context,title=title,app_names=apps) def update_plan(uid,plan,auid=None): - url = ":protocol://:host/subscribe/smart-top" + url = ":protocol://:host/shop/subscribe/smart-top" url = url.replace(":protocol",CONFIG['protocol']).replace(":host",CONFIG['api']) try: args = {"type":SYS_STORE['class']['read'],"args":SYS_STORE['args']}