Closed didinele closed 3 years ago
https://cordis.didinele.me/modules/routers.html#buildrestrouter
In the example,
const user = await routers.users[someUserId].get();
should be
const user = await router.users[someUserId].get();
https://cordis.didinele.me/modules/routers.html#buildrestrouter
In the example,
should be