mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 16:33:43 -04:00
Added Basic File Watched
Started structure of Status Service Not Yet Tested
This commit is contained in:
8
Pulsar/Features/Journal/JournalController.cs
Normal file
8
Pulsar/Features/Journal/JournalController.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Pulsar.Features.Journal;
|
||||
|
||||
[ApiController]
|
||||
[Route("api/journal")]
|
||||
public class JournalController : ControllerBase
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user