imrefazekas / connect-rest

Exceptionally featureful Restful web services middleware for connect node.js
MIT License
100 stars 29 forks source link

publish paths based on export key, allow hyphens #27

Closed asharpe closed 9 years ago

asharpe commented 9 years ago

Example services.js to go with

function record( request, content ){
    return 'saved';
}
exports['record-save'] = record;
imrefazekas commented 9 years ago

Thanks @1.7.8 published containing your changes :)