mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 12:09:55 +02:00
5 lines
100 B
HolyC
5 lines
100 B
HolyC
if (!StrICmp("/oauth/token", session->path())) {
|
|
@slon_oauth_token_post(session);
|
|
return;
|
|
}
|