split the vendor and the package

This commit is contained in:
2024-06-23 17:38:42 +03:00
parent fae0a35af9
commit 9a716d8b54
5 changed files with 25 additions and 10 deletions

View File

@@ -295,7 +295,11 @@ func upload() http.Handler {
})
}
func createPackageAndRename() http.Handler{
return http.HandlerFunc(func(res http.ResponseWriter, req *http.Request){
})
}
// index creates an HTTP handler that serves the main page with data from the database.
// sqldb: The database connection object.
// lang: The language code to localize the content.