Add remaining project files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace DeluxeBackend.Controllers.Api
|
||||
{
|
||||
[Route("api/ugcPurchasables")]
|
||||
[ApiController]
|
||||
public class UgcPurchasablesController() : ControllerBase
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user