mirror of
https://github.com/Quackster/Minerva.git
synced 2025-06-29 12:57:45 +00:00
fix namespace
This commit is contained in:
parent
efb545901b
commit
612edbe013
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ using Badger;
|
|||
using Microsoft.AspNetCore.Mvc;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace Helios.Imager.Controllers
|
||||
namespace Minerva.Controllers
|
||||
{
|
||||
public class BadgeController : Controller
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@ using Avatara.Figure;
|
|||
using Microsoft.AspNetCore.Mvc;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace Helios.Imager.Controllers
|
||||
namespace Minerva.Controllers
|
||||
{
|
||||
public class FigureController : Controller
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace Helios.Imager
|
||||
namespace Minerva
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue