bug fix with shop endpoint

community
Gogs 6 years ago
parent e9a26521bb
commit d3da714b32

@ -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']}

Loading…
Cancel
Save