progress? pt3

This commit is contained in:
2025-01-15 15:40:59 -06:00
parent 3f6104aa9d
commit ea40d6fc3c
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ builder.Services.AddSwaggerGen(c =>
var app = builder.Build();
if (app.Environment.IsDevelopment())
if (! app.Environment.IsProduction())
{
app.UseSwagger();
app.UseSwaggerUI(c =>
-1
View File
@@ -1,6 +1,5 @@
import {useQuery} from "@tanstack/react-query";
import {Link} from "react-router";
import inventory from "./inventory.tsx";
function Inventory() {