From 45f93a5a4c3eba809307d5e1a4c1a42cc19b4be9 Mon Sep 17 00:00:00 2001 From: Jadowyne Ulve Date: Sat, 24 May 2025 08:18:45 -0500 Subject: [PATCH] test --- api.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api.py b/api.py index 746405b..7adada4 100644 --- a/api.py +++ b/api.py @@ -3,6 +3,8 @@ import psycopg2, math, json, datetime, main, copy, requests, process, database from config import config, sites_config from main import unfoldCostLayers +# this is a test! + database_api= Blueprint('database_api', __name__) @database_api.route("/changeSite", methods=["POST"])