Skip to content

Commit 26fb607

Browse files
committed
Fix example
1 parent fecf6d9 commit 26fb607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/controllers/api/example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function __construct()
2828
// within application/config/rest.php
2929
$this->methods['user_get']['limit'] = 500; //500 requests per hour per user/key
3030
$this->methods['user_post']['limit'] = 100; //100 requests per hour per user/key
31-
$this->methods['user_delete']['limit'] = 50; //100 requests per hour per user/key
31+
$this->methods['user_delete']['limit'] = 50; //50 requests per hour per user/key
3232
}
3333

3434
function user_get()

0 commit comments

Comments
 (0)