slon/Slon/Endpoints/Patch/Accounts.HC

4 lines
135 B
HolyC

if (String.BeginsWith("/api/v1/accounts", @slon_http_request_path(session))) {
@slon_api_v1_accounts_patch(session);
return;
}