From c3794fa2b662096b4788e217138737a6eb0148de Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Fri, 23 Aug 2024 14:27:59 +0200 Subject: [PATCH] port 3000 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fb2666..52e975e 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ Running `pnpm run dev` in the root folder will start the following things: - client - cli -You can see the app under [localhost:1234](http://localhost:1234). +You can see the app under [localhost:3000](http://localhost:3000). > There is a Postman collection with some example requests [available in the repo](./Cryptgeon.postman_collection.json)