prod setup
This commit is contained in:
@ -23,6 +23,13 @@ class Users extends ApiController {
|
||||
self::$user = new User;
|
||||
}
|
||||
|
||||
/**
|
||||
* This is actually just for testing. It can provide attack information in the way of user count if not disabled.
|
||||
*
|
||||
* @param [type] $id
|
||||
* @return void
|
||||
*/
|
||||
/**
|
||||
public function find( $id = null ) {
|
||||
$user = self::$user->get( $id );
|
||||
if ( ! $user ) {
|
||||
@ -34,4 +41,5 @@ class Users extends ApiController {
|
||||
}
|
||||
Views::view( 'api.response', ['response' => json_encode( [ $responseType => $response ], true )]);
|
||||
}
|
||||
*/
|
||||
}
|
Reference in New Issue
Block a user