From 6d8c237b6cc3fa3e9bb6d72d021494cc9aec40c7 Mon Sep 17 00:00:00 2001 From: Femi Oladeji Date: Sat, 12 Aug 2023 13:15:40 +0200 Subject: [PATCH] change url --- README.md | 4 ++-- site/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4ddbc6..cc8839e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/site/index.html b/site/index.html index 93eba8a..b93bb65 100644 --- a/site/index.html +++ b/site/index.html @@ -231,7 +231,7 @@

Let's Get In Touch!

$('.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: {