(20241225) Work started on upgrades and server-registration module.
This commit is contained in:
+3
-3
@@ -68,8 +68,8 @@ from utils_v2.api.async_quart import (
|
||||
from icecream import IceCreamDebugger
|
||||
|
||||
# All the blueprints:
|
||||
from api.cred_data.blueprint import cred_and_data_bp
|
||||
from api.logs.blueprint import logs_bp
|
||||
from api_v2.blueprints.cred_and_data.blueprint import cred_and_data_bp
|
||||
from api_v2.blueprints.logs.blueprint import logs_bp
|
||||
|
||||
|
||||
# *****************************************************************************************************************
|
||||
@@ -81,7 +81,7 @@ from api.logs.blueprint import logs_bp
|
||||
|
||||
# Quart related:
|
||||
MODULE_BASE = "internal"
|
||||
APP_VERSION = "2.0.0"
|
||||
APP_VERSION = "2.2.0"
|
||||
|
||||
|
||||
# *****************************************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user