X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fhttp%2Fhttp-error-codes.ts;h=5ebff1cb5990be8909988a49c894e651ff6e7196;hb=0cc253c9719b1e361d33d62adcef4c292cc98be9;hp=b2fbdfc5a09e40d41fa3083cb23be9fa3b0198b6;hpb=171efc48e67498406feb6d7873b3482b41505515;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/http/http-error-codes.ts b/shared/models/http/http-error-codes.ts index b2fbdfc5a..5ebff1cb5 100644 --- a/shared/models/http/http-error-codes.ts +++ b/shared/models/http/http-error-codes.ts @@ -4,7 +4,7 @@ * * WebDAV and other codes useless with regards to PeerTube are not listed. */ -export enum HttpStatusCode { +export const enum HttpStatusCode { /** * Official Documentation @ https://tools.ietf.org/html/rfc7231#section-6.2.1