add additional comments

This commit is contained in:
fiatcode 2025-10-20 10:58:27 +07:00
parent e9d703ec7c
commit d85653e970
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
// Rate Limit test script for Kuwot API
// Usage: node testRateLimit.js
async function testRateLimit() {
const url = 'http://localhost:8080/quotes/random';