mirror of
https://github.com/acid-info/nimbus-site.git
synced 2025-02-04 21:45:02 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
7533abbf03
@ -1,6 +1,7 @@
|
||||
$(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('');
|
||||
|
||||
$.ajax({
|
||||
type: "get",
|
||||
url: url,
|
||||
|
Loading…
x
Reference in New Issue
Block a user