Changeset 486 for TFP-WebServer/WebServer/src/WebAPI/AbsRestApi.cs
- Timestamp:
- Feb 26, 2024, 6:25:48 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/WebServer/src/WebAPI/AbsRestApi.cs
r434 r486 174 174 } 175 175 176 protected static void SendEmptyResponse (RequestContext _context, HttpStatusCode _statusCode, byte[] _jsonInputData, EApiErrorCode _errorCode, Exception _exception = null) { 177 SendEmptyResponse (_context, _statusCode, _jsonInputData, _errorCode.ToStringCached (), _exception); 178 } 179 176 180 #endregion 177 181 }
Note:
See TracChangeset
for help on using the changeset viewer.