diff options
author | crupest <crupest@outlook.com> | 2020-08-21 23:24:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-08-21 23:24:47 +0800 |
commit | ed324cdcec6d70cc9f93b57b2e3a5a35d3366048 (patch) | |
tree | d5690556040c53e5efd9a52c46f086b053829da4 /Timeline/Startup.cs | |
parent | 96fe96b87abb9cdefd83cd26732bb251f90b4aa3 (diff) | |
download | timeline-ed324cdcec6d70cc9f93b57b2e3a5a35d3366048.tar.gz timeline-ed324cdcec6d70cc9f93b57b2e3a5a35d3366048.tar.bz2 timeline-ed324cdcec6d70cc9f93b57b2e3a5a35d3366048.zip |
...
Diffstat (limited to 'Timeline/Startup.cs')
-rw-r--r-- | Timeline/Startup.cs | 1 |
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)
|