Skip to content

Commit

Permalink
feat(be): endpoint version v2
Browse files Browse the repository at this point in the history
  • Loading branch information
krystxf committed Nov 14, 2024
1 parent b0ad93e commit aa77009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/backend/src/enums/endpoint-version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export enum EndpointVersion {
v1 = "1",
v2 = "2",
}

0 comments on commit aa77009

Please sign in to comment.