Move experimental tag

This commit is contained in:
Lea Anthony
2022-04-13 07:50:23 +10:00
parent cb2de2ad30
commit 82806d47b3
+2 -2
View File
@@ -222,13 +222,13 @@ Type: embed.FS
The frontend assets to be used by the application. Requires an `index.html` file.
### AssetsHandler
### AssetsHandler <img src="http://badges.github.io/stability-badges/dist/experimental.svg"/>
Name: AssetsHandler
Type: http.Handler
![](http://badges.github.io/stability-badges/dist/experimental.svg)
The assets handler is a generic `http.Handler` which will be called for any non GET request on the assets server
and for GET requests which can not be served from the `assets` because the file is not found.