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 @@
<title>CKEditor 5 Example</title>
<link rel="stylesheet" href="styles.css" />
<script src="https://cdn.ckeditor.com/ckeditor5/41.1.0/classic/ckeditor.js"></script>
<script>const besUrl = 'http://localhost:225/api/v2/check';</script>
<script src="service.js"></script>
</head>
<body>