mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-01 05:45:25 +00:00
8 lines
153 B
C#
8 lines
153 B
C#
using Microsoft.AspNetCore.Mvc;
|
|
|
|
namespace Spacebar.Cdn.Worker.Controllers;
|
|
|
|
[ApiController]
|
|
public class ImageResizeController : ControllerBase {
|
|
|
|
} |