Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Update HISTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aljimenez committed Jul 14, 2014
1 parent 4c3dda2 commit 22147a4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions HISTORY.md
Expand Up @@ -9,18 +9,18 @@ Features

Ex routes.json:

```js
...
"route": {
"verbs": ["get"],
"path": "/path",
"call": "spec.action",
"annotations": {
"client": false
}
}
...
```
```js
...
"route": {
"verbs": ["get"],
"path": "/path",
"call": "spec.action",
"annotations": {
"client": false
}
}
...
```

Bug Fixes
---------
Expand Down

0 comments on commit 22147a4

Please sign in to comment.