- Timestamp:
- Jan 19, 2019, 3:12:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/API/ExecuteConsoleCommand.cs
r325 r347 26 26 27 27 if (command == null) { 28 resp.StatusCode = (int) HttpStatusCode.Not Implemented;28 resp.StatusCode = (int) HttpStatusCode.NotFound; 29 29 Web.SetResponseTextContent (resp, "Unknown command"); 30 30 return;
Note:
See TracChangeset
for help on using the changeset viewer.