From e8bbdc5cbd4de70e8411527df9236a2249938c95 Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Mon, 6 Mar 2023 19:57:07 +0800 Subject: [PATCH] update api url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e13852..0d414c2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Built with Next.js 13, Tailwind CSS + daisyUI, react-chessboard, chess.js, Expre This project is structured as a monorepo using npm workspaces, separated into three packages: - `client` - Next.js application for the front-end, deployed to [ches.su](https://ches.su). -- `server` - Node/Express.js application for the back-end, deployed to [api.ches.su](https://api.ches.su). +- `server` - Node/Express.js application for the back-end, deployed to [server.ches.su](https://server.ches.su). - `types` - Shared type definitions for the client and server. ### Scripts