mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 17:01:13 +00:00
Support readers (#105)
This commit is contained in:
committed by
GitHub
parent
4f86015be7
commit
0f4ff0e49f
@@ -351,6 +351,7 @@ export class HttpStatusCodes {
|
||||
public static readonly Created: number = 201;
|
||||
public static readonly Accepted: number = 202;
|
||||
public static readonly NoContent: number = 204;
|
||||
public static readonly NotModified: number = 304;
|
||||
public static readonly Unauthorized: number = 401;
|
||||
public static readonly Forbidden: number = 403;
|
||||
public static readonly NotFound: number = 404;
|
||||
|
||||
Reference in New Issue
Block a user