Skip to content

Commit

Permalink
formating...
Browse files Browse the repository at this point in the history
  • Loading branch information
idugalic committed Apr 5, 2024
1 parent 0d74a07 commit 4c9f059
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client.ts
Original file line number Diff line number Diff line change
@@ -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 = `
{
Expand Down Expand Up @@ -63,5 +61,4 @@ const changeRestaurantMenuCommandResult = await fetch("http://localhost:8000", {

console.log(changeRestaurantMenuCommandResult);


// Run the client : `deno run --allow-net client.ts`
// Run the client : `deno run --allow-net client.ts`

0 comments on commit 4c9f059

Please sign in to comment.