rework jobs package 1/2

This commit is contained in:
Inga Kirschnick
2023-03-09 14:55:52 +01:00
parent 5f27ce2801
commit d6fcaa97bf
10 changed files with 134 additions and 94 deletions

View File

@@ -2,4 +2,4 @@ from flask import Blueprint
bp = Blueprint('jobs', __name__)
from . import routes
from . import routes, json_routes