Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
wayne.lee
/
tsms
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
2
Wiki
Aktivite
Kaynağa Gözat
no message
caren
DESKTOP-69B1728\derek
1 yıl önce
ebeveyn
3939849d95
işleme
aa4c616528
3 değiştirilmiş dosya
ile
3 ekleme
ve
1 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-1
.env.development
+1
-0
src/app/(main)/bssp/page.tsx
+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>
</>
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet