diff --git a/.env.development b/.env.development
index 6d999ff..2282bfb 100644
--- a/.env.development
+++ b/.env.development
@@ -1,2 +1,2 @@
-API_URL=http://localhost:8090/api
+API_URL=http://192.168.244.204:8091/api
NEXTAUTH_SECRET=secret
\ No newline at end of file
diff --git a/src/app/(main)/bssp/page.tsx b/src/app/(main)/bssp/page.tsx
index 1a4386d..0cf84e7 100644
--- a/src/app/(main)/bssp/page.tsx
+++ b/src/app/(main)/bssp/page.tsx
@@ -25,6 +25,7 @@ const Bssp: React.FC = async () => {
{t("SSSSS")}
+
>
)
diff --git a/src/app/(main)/invoice/new/page.tsx b/src/app/(main)/invoice/new/page.tsx
index da4701b..891ba37 100644
--- a/src/app/(main)/invoice/new/page.tsx
+++ b/src/app/(main)/invoice/new/page.tsx
@@ -18,6 +18,7 @@ const Invoice: React.FC = async () => {
<>
{t("Create Invoice")}
+ gggs
>