bugfix kintone get apps

This commit is contained in:
2024-12-09 15:33:47 +09:00
parent 9b1ae3bb5b
commit 21e0b9d6df
7 changed files with 14 additions and 8 deletions

View File

@@ -13,7 +13,6 @@ from app.main import app
from app.core import security
import jwt
SQLALCHEMY_DATABASE_URI = f"postgresql+psycopg2://kabAdmin:P%40ssw0rd!@kintonetooldb.postgres.database.azure.com/test"
engine = create_engine(SQLALCHEMY_DATABASE_URI,echo=True)