Missing Method in PointsController

You are seeing this error because the action index.html is not defined in controller PointsController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the PointsController::index.html() in file : app/controllers/points_controller.php

<?php
class PointsController extends AppController {
   function index.html() {
   }

}
?>