Added login app page added, dashboard app page added with logout

This commit is contained in:
Lucas Mathews
2024-05-26 13:14:46 +02:00
parent c1e0674087
commit 241ab8529b
6 changed files with 127 additions and 12 deletions

1
api.py
View File

@@ -8,7 +8,6 @@
import connexion # Imports connexion module
from config import CONFIG # Imports the configuration file
from manager import * # Imports the Manager file that contains the functions for the API
from flask import Flask, session, jsonify, request # Imports the Flask module
from flask_session import Session # Imports the session module
#################