mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-13 06:11:55 +00:00
progress? pt3
This commit is contained in:
@@ -12,7 +12,7 @@ builder.Services.AddSwaggerGen(c =>
|
|||||||
|
|
||||||
var app = builder.Build();
|
var app = builder.Build();
|
||||||
|
|
||||||
if (app.Environment.IsDevelopment())
|
if (! app.Environment.IsProduction())
|
||||||
{
|
{
|
||||||
app.UseSwagger();
|
app.UseSwagger();
|
||||||
app.UseSwaggerUI(c =>
|
app.UseSwaggerUI(c =>
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import {useQuery} from "@tanstack/react-query";
|
import {useQuery} from "@tanstack/react-query";
|
||||||
import {Link} from "react-router";
|
import {Link} from "react-router";
|
||||||
import inventory from "./inventory.tsx";
|
|
||||||
|
|
||||||
function Inventory() {
|
function Inventory() {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user