Now the api is no longer needed for the site, but can be used for future projects

This commit is contained in:
Stefano Assenzo 2023-02-12 14:26:12 +00:00 committed by GitHub
parent 0033914918
commit 4e892bc95a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
from flask import Flask, jsonify
from dotenv import load_dotenv
from pymongo import MongoClient
import os
from dotenv import load_dotenv
import urllib
import os
app = Flask(__name__)
load_dotenv() #Load .env file