Skip to content

Commit

Permalink
Merge pull request #85 from femioladeji/change-site
Browse files Browse the repository at this point in the history
change url
  • Loading branch information
femioladeji authored Aug 12, 2023
2 parents 809e520 + 6d8c237 commit 0f2695b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Slackwords
# Wordsgame
A slack game to test your mastery of English and how good you are at forming words from random letters

## NOTE
[http://slackwords.com](http://slackwords.com)
[http://wordsgameforslack.com](http://wordsgameforslack.com)

## TECHNOLOGY
- AWS Lambda function
Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ <h2 class="mt-0">Let's Get In Touch!</h2>
$('.modal-body p').text('Something went wrong, Please report this error via the links in the contact section');
$('.myModal').modal('show');
} else {
const slackUrl = 'https://3l1ttj6l5f.execute-api.us-west-2.amazonaws.com/prod/slack-auth';
const slackUrl = 'https://api.wordsgameforslack.com/slack-auth';
window.fetch(slackUrl, {
method: 'post',
headers: {
Expand Down

0 comments on commit 0f2695b

Please sign in to comment.