Skip to content

Commit

Permalink
Removed the instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
INDRA KUMAR R committed Oct 29, 2024
1 parent 47255f1 commit ae45bf7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/main/java/uk/tw/energy/controller/MeterReadingController.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,4 @@ public ResponseEntity readReadings(@PathVariable String smartMeterId) {
? ResponseEntity.ok(readings.get())
: ResponseEntity.notFound().build();
}

/*
******************************************************************************
* INSTRUCTIONS:
* - DO NOT change any of the code above.
* - You MUST implement a new API with the following endpoint:
* /read/total-cost/{smartMeterId}
******************************************************************************
*/

// start writing your code here
}

0 comments on commit ae45bf7

Please sign in to comment.