# all

{% hint style="warning" %}
The `all` function takes no parameters as it's meant to be a fallback or static site route
{% endhint %}

## Usage

```javascript
const { router } = require('octoris')

router.route([all()])

```
