From 5bea06846f8322c90b130ff1b6cb6a41a12f3f11 Mon Sep 17 00:00:00 2001 From: William Riley-Land <143535470+william-riley-land@users.noreply.github.com> Date: Fri, 17 May 2024 13:17:18 -0500 Subject: [PATCH] Update Baucis URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cbc31a..cc673fb 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [node-restify](https://github.com/restify/node-restify) - Framework specifically meant for REST API. * [Sails.js](https://sailsjs.org/) - Node.js Web framework embedding a command to generate automatically a REST API. * [mers](https://github.com/jspears/mers) - Express service exposing Mongoose finders as RESTful API. -* [Baucis](https://github.com/wprl/baucis) - Build scalable REST API based on your Mongoose entities. +* [Baucis](https://git.kun.io/wprl/baucis) - Build scalable REST API based on your Mongoose entities. * [flatiron/resourceful](https://github.com/flatiron/resourceful) - Isomorphic Resource engine for JavaScript. * [loopback](https://loopback.io/) - Powerful Node.js framework for creating APIs and easily connecting to backend data sources. * [Feathers](https://feathersjs.com/) - is a real-time, micro-service web framework that gives you control over your data via RESTful resources, sockets and flexible plug-ins.