Everywhere: Use session->path()
This commit is contained in:
parent
ff5a07dc04
commit
66074a5472
31 changed files with 48 additions and 48 deletions
|
@ -1,4 +1,4 @@
|
|||
if (String.BeginsWith("/api/v1/statuses", @slon_http_request_path(session))) {
|
||||
if (String.BeginsWith("/api/v1/statuses", session->path())) {
|
||||
@slon_api_v1_statuses_delete(session);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue