X-Git-Url: https://git.cweiske.de/stouyapi.git/blobdiff_plain/f922358147bda89bd885b52245503527221d75b4..c5dfd981d28e9892e408286b2b695d6231de84f1:/www/.htaccess diff --git a/www/.htaccess b/www/.htaccess index aac7ec6..e016d55 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -48,6 +48,10 @@ RewriteRule ^api/v1/sessions$ /api/v1/sessions.php [END] RewriteRule ^api/v1/gamers/me$ /api/v1/gamers/me.json [END] +#partner builds +RewriteCond %{HTTP_USER_AGENT} "razer/pearlyn/pearlyn" +RewriteRule ^api/v1/partner_builds /api/v1/partner_builds.razer-forge-tv [END] + #purchased games/products # active buy requests RewriteCond %{REQUEST_METHOD} POST