From 655e50420cefea934e951deb28dda9f666c3d662 Mon Sep 17 00:00:00 2001 From: Alicia Date: Sun, 24 Feb 2019 00:33:53 +0000 Subject: [PATCH] change api cakk --- templates/profile_auto.html | 2 +- templates/profile_relax.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/profile_auto.html b/templates/profile_auto.html index b65bd56..8f0dc69 100644 --- a/templates/profile_auto.html +++ b/templates/profile_auto.html @@ -3,7 +3,7 @@ {{ if .UserID }} {{ $gqm := atoi (.Gin.Query "mode") }} {{ $global := . }} - {{ with (.Get "users/full?id=%d" .UserID) }} + {{ with (.Get "users/ap/full?id=%d" .UserID) }} {{ $favouritemode := _or $gqm .favourite_mode }}