Migrate blog
This commit is contained in:
parent
e4318c474a
commit
cd8e6b6487
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue