Remove the need to manually initialize library
roblillack opened this issue · 0 comments
roblillack commented
Currently, an application using Mars needs to call InitDefaults() even when not using a config file, just to make sure the Router and TemplateLoader are set up correctly.
These setup processes shall be done as part of Run()
if not done earlier.