Skip to content

Commit

Permalink
Merge pull request #16 from bausshf/master
Browse files Browse the repository at this point in the history
Added websetting initialization
  • Loading branch information
bausshf authored Oct 28, 2017
2 parents e111c77 + e105dc4 commit ec20a65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/diamondapp.d
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ static if (isWeb)
});
emitExtension();

import websettings;
initializeWebSettings();

if (webSettings)
{
webSettings.onApplicationStart();
Expand Down

0 comments on commit ec20a65

Please sign in to comment.