Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yonil committed Aug 24, 2014
1 parent a536583 commit 1d72707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
log("key: " + key);
if(key && key.trim() != "") {
log("added key " + key);
window.authorizations.add("key", new ApiKeyAuthorization("api_key", key, "query"));
window.authorizations.add("key", new ApiKeyAuthorization("X-Anydo-Auth", key, "header"));
}
})
window.swaggerUi.load();
Expand Down

0 comments on commit 1d72707

Please sign in to comment.