Skip to content

Commit

Permalink
regexp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zedgu committed Sep 13, 2014
1 parent 6639733 commit cdd06c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function Surface(app, options) {
this._conf = {
root: './lib',
prefix: false,
prefixPattern: /^\/api\/v?\d{1,3}(\.\d{1,3}){0,2}\//,
prefixPattern: /^\/api\/v?\d{1,3}(\.\d{1,3}){0,2}/,
ctrl: 'controllers',
model: 'models',
format: 'json',
Expand Down

0 comments on commit cdd06c7

Please sign in to comment.