chore(repo): rename from myhm-commission to looking-glass

closes #4
This commit is contained in:
cswimr 2025-01-30 17:58:13 +00:00
parent 608e9a7f9e
commit ed619cdc17
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
18 changed files with 47 additions and 46 deletions

View file

@ -1,7 +1,7 @@
using System.Security.Cryptography;
using System.Text;
namespace Myhm.Util;
namespace LookingGlass.Util;
public class RandomStringGenerator
{

View file

@ -1,7 +1,6 @@
using System;
using AspNetCore.Swagger.Themes;
namespace Myhm.Util.SwaggerTheme;
namespace LookingGlass.Util.SwaggerTheme;
public class CustomStyle : ModernStyle
{