mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-23 07:38:58 -04:00
Add Prettier
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
var settings = {
|
||||
"async": true,
|
||||
"crossDomain": true,
|
||||
"url": "https://mockbin.com/har",
|
||||
"method": "GET",
|
||||
"headers": {}
|
||||
}
|
||||
async: true,
|
||||
crossDomain: true,
|
||||
url: 'https://mockbin.com/har',
|
||||
method: 'GET',
|
||||
headers: {}
|
||||
};
|
||||
|
||||
$.ajax(settings).done(function (response) {
|
||||
$.ajax(settings).done(function(response) {
|
||||
console.log(response);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user