Commit 8c908a80 authored by Ben Hayward's avatar Ben Hayward

Serving plus_guid for consumption on front

1 merge request!279[Sprint/JollyJellyfish](feat): Added plus tiers to endpoint and passed through #578
Pipeline #72974732 passed with stages
in 9 minutes and 43 seconds
......@@ -39,6 +39,7 @@ class config implements Interfaces\Api, Interfaces\ApiIgnorePam
"plus" => Minds\Core\Config::_()->get('plus'),
"report_reasons" => Minds\Core\Config::_()->get('report_reasons'),
"last_tos_update" => (Minds\Core\Config::_()->get('last_tos_update') ?: time()),
"plus_guid" => Minds\Core\Config::_()->get('plus_guid') ?: 0,
];
return Factory::response($minds);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment