more updates and renaming

Former-commit-id: 8c194821906b2170df92672fe9dfb9d710640659
This commit is contained in:
Henrique Dias
2017-06-19 17:10:03 +01:00
parent ae61d5b6aa
commit 4829870890
25 changed files with 8783 additions and 546 deletions

View File

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