mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-07-02 00:13:36 +05:00
Add file icons
plus some fixes
This commit is contained in:
parent
5fd8fc6573
commit
f0ad3afff9
5 changed files with 67 additions and 14 deletions
1
main.go
1
main.go
|
@ -32,6 +32,7 @@ func init() {
|
|||
}
|
||||
|
||||
http.HandleFunc("/", HandleRoot)
|
||||
http.HandleFunc("/icon", HandleIcon)
|
||||
http.HandleFunc("/upload", HandleUpload)
|
||||
http.HandleFunc("/download", HandleDownload)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue