Kaynağa Gözat

no message

caren
DESKTOP-69B1728\derek 1 yıl önce
ebeveyn
işleme
aa4c616528
3 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. +1
    -1
      .env.development
  2. +1
    -0
      src/app/(main)/bssp/page.tsx
  3. +1
    -0
      src/app/(main)/invoice/new/page.tsx

+ 1
- 1
.env.development Dosyayı Görüntüle

@@ -1,2 +1,2 @@
API_URL=http://localhost:8090/api
API_URL=http://192.168.244.204:8091/api
NEXTAUTH_SECRET=secret

+ 1
- 0
src/app/(main)/bssp/page.tsx Dosyayı Görüntüle

@@ -25,6 +25,7 @@ const Bssp: React.FC = async () => {
</Stack>
<Suspense>
{t("SSSSS")}
</Suspense>
</>
)


+ 1
- 0
src/app/(main)/invoice/new/page.tsx Dosyayı Görüntüle

@@ -18,6 +18,7 @@ const Invoice: React.FC = async () => {
<>
<Typography variant="h4">{t("Create Invoice")}</Typography>
<I18nProvider namespaces={["invoice"]}>
<b>gggs</b>
<CreateInvoice />
</I18nProvider>
</>


Yükleniyor…
İptal
Kaydet