]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/http/http-methods.ts
Translated using Weblate (Ukrainian)
[github/Chocobozzz/PeerTube.git] / shared / models / http / http-methods.ts
index 1cfa458b954fb24793fc7f5a411d548bafeb286e..3f4adafe2bd86f2bcf633a2cbe2aff761a7b272f 100644 (file)
@@ -1,5 +1,5 @@
 /** HTTP request method to indicate the desired action to be performed for a given resource. */
-export enum HttpMethod {
+export const enum HttpMethod {
   /** The CONNECT method establishes a tunnel to the server identified by the target resource. */
   CONNECT = 'CONNECT',
   /** The DELETE method deletes the specified resource. */