Closed counselorbot[bot] closed 2 years ago
Go ahead and merge this branch to main
to move on. Great work finishing this section!
⚠️ If you receive a
Conflicts
error, simply pressResolve conflicts
and you should be good to merge!
Move on to the next issue.
Week 1 Step 5 ⬤⬤⬤⬤⬤◯◯◯◯ | 🕐 Estimated completion: 25-35 minutes
Let me in!
✅ Tasks:
git pull origin [BRANCH_NAME]
letmein
.hackervoice/index.js
to the root of thehackervoice
branch!hackervoice
tomain
, but do not merge unless the bot approves your changes.🚧 Test your Work
When you paste your Function URL in your browser or make a GET request with Postman with a
password
parameter of "letmein", you should get a response of “Access granted.“. Otherwise, your function should output “Access denied.“.‼️ Make sure you follow the exact responses we provided.
Access denied.
andAccess granted.
1: Return from a Function
In the previous step, we received the password (the user's input). Now, we need to return either
Access denied.
orAccess granted.
to the user based on their input. We can do this by returning it in the body of the request!Place your message to the user in
your_response
!📹 Walkthrough Video