diff --git a/client.ts b/client.ts index b5e6de2..8175115 100644 --- a/client.ts +++ b/client.ts @@ -1,7 +1,5 @@ - // This is a simple client that sends a create restaurant command and a change restaurant menu command to the server - // Create a restaurant command JSON const createRestaurantCommandJson = ` { @@ -63,5 +61,4 @@ const changeRestaurantMenuCommandResult = await fetch("http://localhost:8000", { console.log(changeRestaurantMenuCommandResult); - -// Run the client : `deno run --allow-net client.ts` \ No newline at end of file +// Run the client : `deno run --allow-net client.ts`