Skip to content

Commit

Permalink
updte README
Browse files Browse the repository at this point in the history
  • Loading branch information
dawkaka committed Feb 28, 2024
1 parent f65f39e commit d7800f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ import axios from "axios"
const app = express();
const port = 3000;
const apitoolkitClient = APIToolkit.NewClient({apiKey: "<API-KEY>"});

app.use(express.json());
app.use(express.urlencoded({ extended: true }));

Expand Down

0 comments on commit d7800f4

Please sign in to comment.