Migrate blog

This commit is contained in:
grandeljay 2022-11-09 10:56:16 +01:00
parent e4318c474a
commit cd8e6b6487

View file

@ -8,7 +8,7 @@ namespace wishthis;
class Blog
{
private const ENDPOINT_BASE = 'https://wishthis.online/src/blog/wp-json/wp/v2';
private const ENDPOINT_BASE = 'https://blog.wishthis.online/wp-json/wp/v2';
private const ENDPOINT_POST = self::ENDPOINT_BASE . '/posts/%d';
private const ENDPOINT_POSTS = self::ENDPOINT_BASE . '/posts';
private const ENDPOINT_MEDIA = self::ENDPOINT_BASE . '/media/%d';