© 2026 Hedgehog Software, LLC
[HttpPost("/urls")] public async Task<IActionResult> addUrls([FromBody] Url url) { return Ok(await _url.InsertAsync(url)); }
Ok