more more fixes

This commit is contained in:
Arkaprabha Chakraborty
2025-10-31 02:16:20 +05:30
parent 65035a2a9e
commit 8e4dfe5c87
3 changed files with 7 additions and 23 deletions

View File

@@ -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