2 Commits (f93d9483b8dc48488fdd21a59e4511f77e6cfba1)

Author SHA1 Message Date
Michael Moese f93d9483b8 Make use of flask blueprints
Create a first main blueprint that contains all the routes for the
static endpoints. Also move app initialization into crate_app() function

Signed-off-by: Michael Moese <mmoese@suse.com>
2 years ago
Michael Moese bd4e5bec07 Move helper functions into own module
Helper functions are now inside utils.py, and are just imported from
there.

Signed-off-by: Michael Moese <mmoese@suse.com>
2 years ago