Skip to content

Commit

Permalink
wip #50
Browse files Browse the repository at this point in the history
* enabled api
  • Loading branch information
mrksoftware committed Mar 23, 2020
1 parent 5c0cdff commit 236f05f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Elfo.Wardein.Services/ServiceBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public async Task ConfigureAndRunWarden()

var configurationBuilder = WardenConfiguration
.Create()
.SetHooks(hooks => hooks.OnStartAsync(() => ConfigureAndRunAPIHosting()))
.AddWardeinHeartBeatWatcher(wardeinConfiguration.Heartbeat, "HeartbeatWatcher");

// TODO: refactor and add oracle integration (even if useles at the moment)
Expand Down

0 comments on commit 236f05f

Please sign in to comment.