Début API

This commit is contained in:
MarcEricMartel
2022-10-08 10:22:12 -07:00
parent 8b4c7e5684
commit 7ce0e7a83f
7 changed files with 112 additions and 47 deletions

View File

@@ -5,5 +5,8 @@
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb; Database=GrosseMitainesDB; Trusted_Connection=True; MultipleActiveResultSets=true"
}
}