add dev command to repository root

This commit is contained in:
sam 2024-09-17 20:58:31 +02:00
parent bb76c24017
commit 6388e3127d
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
5 changed files with 186 additions and 2 deletions

View file

@ -44,7 +44,7 @@
</Target>
<ItemGroup>
<EmbeddedResource Include="..\.version" LogicalName="version" />
<EmbeddedResource Watch="false" Include="..\.version" LogicalName="version" />
</ItemGroup>
<ItemGroup>

View file

@ -31,7 +31,6 @@ public class AuthenticationMiddleware(DatabaseContext db) : IMiddleware
}
ctx.SetToken(oauthToken);
await next(ctx);
}
}