mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
create separated struct activation api
This commit is contained in:
parent
17dedbd36e
commit
2d59115c7e
4 changed files with 160 additions and 73 deletions
|
|
@ -27,5 +27,5 @@ fn main() -> ExitCode {
|
|||
};
|
||||
|
||||
// Start application
|
||||
App::new(profile_database_connection).run()
|
||||
App::new(profile_database_connection).activate().run()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue