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 fd8f75a1b1 Move app configuration into config.py
Create a configurstion in a seperate config file that is loaded at
startup, allowing for proper configuration.

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