File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Launchcode Router
22[ ![ Licensed under MPL 2.0] ( https://img.shields.io/badge/license-MPL_2.0-green.svg )] ( https://www.mozilla.org/en-US/MPL/2.0/ )
3- [ ![ Build Status] ( https://github.com/servall /router/workflows/CI/badge.svg )] ( https://github.com/servall /router/actions )
3+ [ ![ Build Status] ( https://github.com/launchcodedev /router/workflows/CI/badge.svg )] ( https://github.com/launchcodedev /router/actions )
44[ ![ npm] ( https://img.shields.io/npm/v/@lcdev/router.svg )] ( https://www.npmjs.com/package/@lcdev/router )
55
66This is our main ` @lcdev/router ` node package, for centralizing the logic that
@@ -429,7 +429,7 @@ This is pulled directly from the [`@lcdev/mapper`](../utilities/mapper.html) pac
429429You might want to reduce the duplication when using the ` returning ` feature. Most of the time,
430430you want to return the same fields for the same entities, records, etc.
431431
432- Please see the [ ` @lcdev/api-fields ` ] ( https://github.com/servall /api-fields ) package for that. It defines a decorator, called ` @ApiField() ` ,
432+ Please see the [ ` @lcdev/api-fields ` ] ( https://github.com/launchcodedev /api-fields ) package for that. It defines a decorator, called ` @ApiField() ` ,
433433which you can use to automatically fill in the ` returning ` field of a route action.
434434
435435``` typescript
@@ -476,7 +476,7 @@ route({
476476}),
477477```
478478
479- Please read more on the [ docs] ( https://github.com/servall /api-fields ) .
479+ Please read more on the [ docs] ( https://github.com/launchcodedev /api-fields ) .
480480
481481### Incremental Adoption
482482For apps that are using a basic ` koa-router ` and don't want the module loading
Original file line number Diff line number Diff line change 1010 },
1111 "repository" : {
1212 "type" : " git" ,
13- "url" : " https://github.com/servall /router.git"
13+ "url" : " https://github.com/launchcodedev /router.git"
1414 },
1515 "main" : " dist/index.js" ,
1616 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments