fix: fixes name in various files
Build & Deploy / build (push) Failing after 1m13s

This commit is contained in:
lucretia.dietz
2026-07-20 07:54:02 +02:00
parent 31aed75ee4
commit 6278bfbcfc
39 changed files with 112 additions and 112 deletions
+3 -3
View File
@@ -9,10 +9,10 @@ using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.StaticFiles;
using Microsoft.EntityFrameworkCore;
using ReverseLlama.Server.Data;
using ReverseLlama.Server.Models;
using Ngino.Server.Data;
using Ngino.Server.Models;
namespace ReverseLlama.Server;
namespace Ngino.Server;
internal static class AdminEndpoints
{