create separated struct activation api

This commit is contained in:
yggverse 2024-10-03 01:30:13 +03:00
parent 17dedbd36e
commit 2d59115c7e
4 changed files with 160 additions and 73 deletions

View file

@ -27,5 +27,5 @@ fn main() -> ExitCode {
};
// Start application
App::new(profile_database_connection).run()
App::new(profile_database_connection).activate().run()
}