Skip to content

Commit

Permalink
add patch type
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesWt committed Sep 30, 2024
1 parent 8ccfd0e commit 9300fe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/app/admin/metrics/metrics.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export enum HttpMethod {
Post = 'POST',
Get = 'GET',
Delete = 'DELETE',
Patch = 'PATCH',
}

export interface ProcessMetrics {
Expand Down

0 comments on commit 9300fe9

Please sign in to comment.