Updates
This commit is contained in:
+1
@@ -8,4 +8,5 @@ export declare const AppNames: {
|
||||
readonly WebsocketPathname: "dsql-websocket";
|
||||
readonly ReverseProxyForwardURLHeaderName: "x-original-uri";
|
||||
readonly PrivateAPIAuthHeaderName: "x-api-auth-key";
|
||||
readonly StaticProxyForwardURLHeaderName: "x-media-path";
|
||||
};
|
||||
|
||||
+1
@@ -11,4 +11,5 @@ exports.AppNames = {
|
||||
WebsocketPathname: "dsql-websocket",
|
||||
ReverseProxyForwardURLHeaderName: "x-original-uri",
|
||||
PrivateAPIAuthHeaderName: "x-api-auth-key",
|
||||
StaticProxyForwardURLHeaderName: "x-media-path",
|
||||
};
|
||||
|
||||
@@ -4,4 +4,6 @@ export declare const LocalStorageDict: {
|
||||
CSRF: string;
|
||||
CurrentQueue: string;
|
||||
DiskUsage: string;
|
||||
MarkdownEditorDefaultSideBySide: string;
|
||||
MarkdownEditorDefaultPreview: string;
|
||||
};
|
||||
|
||||
@@ -11,4 +11,6 @@ exports.LocalStorageDict = {
|
||||
CSRF: (0, get_csrf_header_name_1.default)(),
|
||||
CurrentQueue: "current_queue",
|
||||
DiskUsage: "disk_usage",
|
||||
MarkdownEditorDefaultSideBySide: "markdown_editor_default_side_by_side",
|
||||
MarkdownEditorDefaultPreview: "markdown_editor_default_preview",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user