From fcff2fe1363c01be502d93f1c5887066ed737b9c Mon Sep 17 00:00:00 2001 From: Denis Sikuler Date: Tue, 3 Dec 2024 21:16:31 +0300 Subject: [PATCH] Update link to MockIt --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8fb353..1ba5289 100644 --- a/README.md +++ b/README.md @@ -587,7 +587,7 @@ - [Live Server](http://tapiov.net/live-server/) - a simple development http server with live reload capability. - [lite-server](https://github.com/johnpapa/lite-server) - lightweight development only node server that serves a web app. `lite-server` is a simple customized wrapper around BrowserSync to make it easy to serve SPAs. - [local-web-server](https://github.com/lwsjs/local-web-server) - the modular web server for productive full-stack development. - - [MockIt](https://mockit.netlify.com/) - a tool to quickly create mocked APIs. + - [MockIt](https://mockit.netlify.app/) - a tool to quickly create mocked APIs. - [Puer](https://github.com/leeluolee/puer) - more than a live-reload server , built for efficient frontend development. - [servedir](https://github.com/evanw/servedir) - a simple Node web server for offline development and testing: running servedir from a directory will create a quick local web server. - [server-with-benefits](https://github.com/galbi101/server-with-benefits) - a static Node.js file web server with options for proxing requests and delaying/mocking responses. diff --git a/README.zh-CN.md b/README.zh-CN.md index 3bf5a35..751ed99 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -554,7 +554,7 @@ - [live-server/](http://tapiov.net/live-server/) - 具有实时重新加载功能的简单开发HTTP服务器。 - [lite-server](https://github.com/johnpapa/lite-server) - 为Web应用提供服务的轻量级开发Node服务器。 是围绕浏览器同步的简单自定义包装器,以便于 SPA 提供服务。lite-server - [local-web-server](https://github.com/lwsjs/local-web-server) - 用于高效全栈开发的模块化网络服务器。 - - [MockIt](https://mockit.netlify.com/) - 一个快速创建模拟API的工具。 + - [MockIt](https://mockit.netlify.app/) - 一个快速创建模拟API的工具。 - [puer](https://github.com/leeluolee/puer) - 不仅仅是一个实时重载服务器,专为高效的前端开发而构建。 - [servedir](https://github.com/evanw/servedir) - 一个简单的NodeWeb服务器,用于离线开发和测试:从目录运行servedir将创建一个快速的本地Web服务器。 - [server-with-benefits](https://github.com/galbi101/server-with-benefits) - 一个静态的 Node.js 文件 Web 服务器,具有用于代理请求和延迟/模拟响应的选项。