이 커밋은 다음에 포함됨:
2022-12-09 17:37:03 +05:30
부모 f46290abf6
커밋 57852a8468
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
+1
파일 보기
@@ -1,3 +1,4 @@
export function _serverUrl() {
// sachin commit
return 'http://localhost:3086/';
}
+1 -1
파일 보기
@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bizgaze</title>
<title>Hello</title>
<script src="./assets/js/cryptojs/cryptojs.js"></script>
<script type="module" src="./assets/js/mian.js" defer></script>
</head>