Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
wayne.lee
/
tsms
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
2
Wiki
Actividad
Explorar el Código
no message
caren
DESKTOP-69B1728\derek
hace 1 año
padre
3939849d95
commit
aa4c616528
Se han
modificado 3 ficheros
con
3 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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 fichero
@@ -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 fichero
@@ -25,6 +25,7 @@ const Bssp: React.FC = async () => {
</Stack>
<Suspense>
{t("SSSSS")}
</Suspense>
</>
)
+ 1
- 0
src/app/(main)/invoice/new/page.tsx
Ver fichero
@@ -18,6 +18,7 @@ const Invoice: React.FC = async () => {
<>
<Typography variant="h4">{t("Create Invoice")}</Typography>
<I18nProvider namespaces={["invoice"]}>
<b>gggs</b>
<CreateInvoice />
</I18nProvider>
</>
Escribir
Vista previa
Cargando…
Cancelar
Guardar