Skip to content

Commit

Permalink
docs: update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherysh committed Mar 18, 2024
1 parent fce0d7f commit bf85745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @adeherysh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Example:

```
async function getUsers() {
const response = await fetch("http://localhost:3000/users", {
const response = await fetch("https://smocker.kitabisa.xyz/users", {
method: "GET",
headers: {
"X-Smocker-Body": JSON.stringify({
Expand Down

0 comments on commit bf85745

Please sign in to comment.