Ignore:
Timestamp:
May 17, 2023, 11:05:59 PM (18 months ago)
Author:
alloc
Message:

Added permission management APIs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/MapRendering/src/Api/Map.cs

    r426 r434  
    2424                                        break;
    2525                                default:
    26                                         SendErrorResult (_context, HttpStatusCode.NotImplemented, _errorCode: "INVALID_ID");
     26                                        SendEmptyResponse (_context, HttpStatusCode.NotImplemented, _errorCode: "INVALID_ID");
    2727                                        return;
    2828                        }
Note: See TracChangeset for help on using the changeset viewer.