mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-27 15:05:19 +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 {
|
|
|
|
} |