mirror of
https://github.com/arkorty/Osborne.git
synced 2026-03-17 16:51:44 +00:00
more more fixes
This commit is contained in:
@@ -235,7 +235,7 @@ func main() {
|
||||
httpMux.HandleFunc("/o/upload", corsMiddleware(handleFileUpload))
|
||||
httpMux.HandleFunc("/o/files/", corsMiddleware(handleFileServe))
|
||||
httpMux.HandleFunc("/o/delete/", corsMiddleware(handleFileDelete))
|
||||
httpMux.HandleFunc("/purge/", corsMiddleware(handleRoomPurge))
|
||||
httpMux.HandleFunc("/o/purge/", corsMiddleware(handleRoomPurge))
|
||||
|
||||
http_port := 8090
|
||||
|
||||
|
||||
Reference in New Issue
Block a user