Skip to content

Commit

Permalink
feat: Change route name
Browse files Browse the repository at this point in the history
  • Loading branch information
MinerPL committed Feb 4, 2025
1 parent 9dd6a3e commit a24bc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func Configure(m *wserver.Manager, client remote.Client) *gin.Engine {
server.POST("/reinstall", postServerReinstall)
server.POST("/sync", postServerSync)
server.POST("/ws/deny", postServerDenyWSTokens)
server.DELETE("/sftp/remove", deleteServerSFTPConnection)
server.DELETE("/sftp/disconnect", deleteServerSFTPConnection)

// This archive request causes the archive to start being created
// this should only be triggered by the panel.
Expand Down

0 comments on commit a24bc74

Please sign in to comment.