# Local Plugins

### Routes plugin

A local plugin is used to define Express routes. The plugin hooks the `express` lifecycle and mutates the Express app.

The following routes are available:

```javascript
GET /default
```
