Skip to content

Commit

Permalink
Change version endpoint structure
Browse files Browse the repository at this point in the history
  • Loading branch information
radulescuandrew committed Jul 11, 2024
1 parent 3328d33 commit a2d45b6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions backend/src/shared/controllers/shared.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ export class SharedController {

@Get('version')
version() {
return 'v0.1.20';
}

@Get('version2')
version2() {
return {version: process.env.VERSION, revision: process.env.REVISION};
}

Expand Down

0 comments on commit a2d45b6

Please sign in to comment.