mirror of
https://github.com/status-im/nimbus-site.git
synced 2025-01-21 17:29:54 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
7533abbf03
@ -1,6 +1,7 @@
|
|||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
var url = 'https://our.status.im/ghost/api/v0.1/posts/?limit=3&formats=plaintext&client_id=ghost-frontend&client_secret=2b055fcd57ba';
|
let url = 'https://our.status.im/ghost/api/v0.1/posts/?limit=3&formats=plaintext&client_id=ghost-frontend&client_secret=2b055fcd57ba';
|
||||||
var urlBase = [location.protocol, '//', location.host, location.pathname].join('');
|
var urlBase = [location.protocol, '//', location.host, location.pathname].join('');
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "get",
|
type: "get",
|
||||||
url: url,
|
url: url,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user