이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
wayne.lee
/
tsms
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
2
위키
활동
소스 검색
no message
caren
DESKTOP-69B1728\derek
1 년 전
부모
3939849d95
커밋
aa4c616528
3개의 변경된 파일
과
3개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
파일 보기
@@ -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
파일 보기
@@ -25,6 +25,7 @@ const Bssp: React.FC = async () => {
</Stack>
<Suspense>
{t("SSSSS")}
</Suspense>
</>
)
+ 1
- 0
src/app/(main)/invoice/new/page.tsx
파일 보기
@@ -18,6 +18,7 @@ const Invoice: React.FC = async () => {
<>
<Typography variant="h4">{t("Create Invoice")}</Typography>
<I18nProvider namespaces={["invoice"]}>
<b>gggs</b>
<CreateInvoice />
</I18nProvider>
</>
쓰기
미리보기
불러오는 중...
취소
저장