update api url

This commit is contained in:
Nathaniel Tampus
2023-03-06 19:57:07 +08:00
parent e0cfe8c423
commit e8bbdc5cbd

View File

@@ -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: 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). - `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. - `types` - Shared type definitions for the client and server.
### Scripts ### Scripts