Move besUrl out of source-controlled code

This commit is contained in:
2024-04-02 10:09:36 +02:00
parent 780bc25da6
commit 35c518e0e0
4 changed files with 6 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BesService Example</title>
<link rel="stylesheet" href="styles.css" />
<script>const besUrl = 'http://localhost:225/api/v2/check';</script>
<script src="service.js"></script>
</head>
<body>