Added Basic File Watched
Started structure of Status Service Not Yet Tested
This commit is contained in:
parent
ac30d3cd2a
commit
6f4330ef12
9 changed files with 137 additions and 32 deletions
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
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Reference in a new issue