small bug fixes

This commit is contained in:
Henrique Dias
2016-08-22 12:24:26 +01:00
parent 1df11145a8
commit de984c3037
3 changed files with 29 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ import (
)
// BaseURL is the url of the assets
const BaseURL = "_filemanagerinternal"
const BaseURL = "/_filemanagerinternal"
// Serve provides the needed assets for the front-end
func Serve(w http.ResponseWriter, r *http.Request, c *config.Config) (int, error) {