s2g i got them all this time
Some checks failed
gitea.arg.rip/_template-service/pipeline/head There was a failure building this commit

This commit is contained in:
adam 2024-12-13 16:03:13 -05:00
parent cf5dcb6422
commit f9903da2d4

View File

@ -34,7 +34,7 @@ app.UseStaticFiles();
app.UseAntiforgery();
app.MapGet("/hi", () => {
var db = new $REPO_NAME_DBContext();
var db = new greynsvcDBContext();
var greetcount = db.Greets.FirstOrDefault();
if(greetcount == null)
{