You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use go embed for web files and remove httptreemux (#382)
- replace togo with go embed
- replace httptreemux with gin
closes#308
* adapt
* ajust & cleanup
Co-authored-by: Anbraten <[email protected]>
we only should use one router - so use gin for all and if it does not support all there are other drop in replacements
(currently gin & httpservermux|treemux are used)
Originally posted by @6543 in #248 (comment)
The text was updated successfully, but these errors were encountered: