Return empty achievement list when the game asks
[gamestick-pjgsapi.git] / www / .htaccess
index 8924a84ac24b48a01eefa9618df7e52cc7b9e045..eb07088053cbca03749d24a4611a382f9548e75d 100644 (file)
@@ -15,5 +15,7 @@ RewriteRule ^api/rest/parentcontroll/change/agerating/(.*)/(.*)/view.json;jsessi
 RewriteRule ^api/rest/player/profile/view.json$ /api/rest/player/profile.php [END]
 RewriteRule ^api/rest/player/profile/view.json;jsessionid=(.*)$ /api/rest/player/profile.php?jsessionid=$1 [END]
 
+RewriteRule ^api/rest/user/game/(.*)/achievement/list/view.json;jsessionid=(.*)$ /api/rest/user/game/achievement-list.php?gameuuid=$1&jsessionid=$2 [END]
+
 RewriteRule ^connect_check.php$ - [R=204,L]
 RewriteRule ^generate_204 - [R=204,L]