metatech-university / NodeJS-Fastify

Fastify + NodeJS application server
MIT License
21 stars 17 forks source link

Make API loader compatible with Metarhia api #15

Open JekRock opened 1 year ago

JekRock commented 1 year ago

Addresses https://github.com/metatech-university/NodeJS-Fastify/issues/11

Implementation is taken from https://github.com/metatech-university/NodeJS-Pure/blob/55dce31954f2f8ac98287705eaaa64486794c5dc/src/load.js#L21-L33

JekRock commented 1 year ago

It seems like the same code is being copied manually from one repository to another. Do you consider moving some shared logic to a library?