aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Startup.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-21 23:24:47 +0800
committercrupest <crupest@outlook.com>2020-08-21 23:24:47 +0800
commited324cdcec6d70cc9f93b57b2e3a5a35d3366048 (patch)
treed5690556040c53e5efd9a52c46f086b053829da4 /Timeline/Startup.cs
parent96fe96b87abb9cdefd83cd26732bb251f90b4aa3 (diff)
downloadtimeline-ed324cdcec6d70cc9f93b57b2e3a5a35d3366048.tar.gz
timeline-ed324cdcec6d70cc9f93b57b2e3a5a35d3366048.tar.bz2
timeline-ed324cdcec6d70cc9f93b57b2e3a5a35d3366048.zip
...
Diffstat (limited to 'Timeline/Startup.cs')
-rw-r--r--Timeline/Startup.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/Startup.cs b/Timeline/Startup.cs
index 408057e5..86bdaf54 100644
--- a/Timeline/Startup.cs
+++ b/Timeline/Startup.cs
@@ -115,6 +115,7 @@ namespace Timeline
}));
document.OperationProcessors.Add(new AspNetCoreOperationSecurityScopeProcessor("JWT"));
document.OperationProcessors.Add(new DefaultDescriptionOperationProcessor());
+ document.OperationProcessors.Add(new ByteDataRequestOperationProcessor());
});
if (!disableFrontEnd)