Skip to content

Commit

Permalink
Updates js
Browse files Browse the repository at this point in the history
  • Loading branch information
fayderflorez committed Oct 2, 2017
1 parent de2d10c commit 30ca9a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/js/restc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $(function () {
// You can access the token ID with `token.id`.
// Get the token ID to your server-side code for use.
$.ajax({
url: 'https://restcountries.eu/contribute',
url: 'https://restcountries.eu/rest/contribute',
type: 'POST',
contentType: "application/json; charset=utf-8",
dataType: "json",
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/js/restc.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30ca9a9

Please sign in to comment.