Invalidate caches when the server restarts

This commit is contained in:
2021-11-29 16:13:19 +01:00
parent ef4e550536
commit ef083ff087
18 changed files with 80 additions and 342 deletions

View File

@@ -25,8 +25,8 @@
window.api_endpoint = '{{.APIEndpoint}}';
</script>
<link rel='stylesheet' href='/res/svelte/filesystem.css'>
<script defer src='/res/svelte/filesystem.js'></script>
<link rel='stylesheet' href='/res/svelte/filesystem.css?v{{.CacheID}}'>
<script defer src='/res/svelte/filesystem.js?v{{.CacheID}}'></script>
</head>
<body></body>
</html>