Moved startup code to server.

This commit is contained in:
2025-11-13 05:16:58 +00:00
parent c73c4d839a
commit b1f32e6f13
10 changed files with 1106 additions and 221 deletions

View File

@@ -1,3 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Mvc;
namespace Marechai.Server.Controllers;