s2g i got them all this time
Some checks failed
gitea.arg.rip/_template-service/pipeline/head There was a failure building this commit
Some checks failed
gitea.arg.rip/_template-service/pipeline/head There was a failure building this commit
This commit is contained in:
parent
cf5dcb6422
commit
f9903da2d4
@ -34,7 +34,7 @@ app.UseStaticFiles();
|
|||||||
app.UseAntiforgery();
|
app.UseAntiforgery();
|
||||||
|
|
||||||
app.MapGet("/hi", () => {
|
app.MapGet("/hi", () => {
|
||||||
var db = new $REPO_NAME_DBContext();
|
var db = new greynsvcDBContext();
|
||||||
var greetcount = db.Greets.FirstOrDefault();
|
var greetcount = db.Greets.FirstOrDefault();
|
||||||
if(greetcount == null)
|
if(greetcount == null)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user