diff options
Diffstat (limited to 'shared/models/http/http-error-codes.ts')
-rw-r--r-- | shared/models/http/http-error-codes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
4 | * | 4 | * |
5 | * WebDAV and other codes useless with regards to PeerTube are not listed. | 5 | * WebDAV and other codes useless with regards to PeerTube are not listed. |
6 | */ | 6 | */ |
7 | export enum HttpStatusCode { | 7 | export const enum HttpStatusCode { |
8 | 8 | ||
9 | /** | 9 | /** |
10 | * Official Documentation @ https://tools.ietf.org/html/rfc7231#section-6.2.1 | 10 | * Official Documentation @ https://tools.ietf.org/html/rfc7231#section-6.2.1 |