chore: Implement clego:// protocol handler using axum router

This commit is contained in:
2024-07-17 12:28:24 +02:00
parent 8ef713ccf2
commit 83b2f7358d
4 changed files with 4561 additions and 0 deletions

View File

@ -36,6 +36,10 @@
</form>
<p id="greet-msg"></p>
<a href="clego://test" id="clego-link">Open `clego://test`</a>
<a href="clego://0.0.0.0/test" id="clego-link">Open `clego://0.0.0.0/test`</a>
<a href="clego://0.0.0.0/foo" id="clego-link">Open `clego://0.0.0.0/foo`</a>
</div>
</body>
</html>