Everywhere: Use Catbox API asynchronously

Fixes #2
This commit is contained in:
Alec Murphy 2025-03-04 13:26:35 -05:00
parent 04dce33aca
commit a7649a00c8
6 changed files with 102 additions and 102 deletions

View file

@ -0,0 +1,4 @@
if (String.BeginsWith("/api/v1/media", session->path())) {
@slon_api_v1_media_get(session);
return;
}