Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
wayne.lee
/
tsms
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
2
Wiki
Trabalho
Ver a proveniência
no message
caren
DESKTOP-69B1728\derek
há 1 ano
ascendente
3939849d95
cometimento
aa4c616528
3 ficheiros alterados
com
3 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+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
Ver ficheiro
@@ -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
Ver ficheiro
@@ -25,6 +25,7 @@ const Bssp: React.FC = async () => {
</Stack>
<Suspense>
{t("SSSSS")}
</Suspense>
</>
)
+ 1
- 0
src/app/(main)/invoice/new/page.tsx
Ver ficheiro
@@ -18,6 +18,7 @@ const Invoice: React.FC = async () => {
<>
<Typography variant="h4">{t("Create Invoice")}</Typography>
<I18nProvider namespaces={["invoice"]}>
<b>gggs</b>
<CreateInvoice />
</I18nProvider>
</>
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar