mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
web: Change /rpc to /webrpc
This commit is contained in:
@@ -148,7 +148,7 @@ func initServerConfig(c *cli.Context) {
|
||||
|
||||
// Check server arguments.
|
||||
func checkServerSyntax(c *cli.Context) {
|
||||
if !c.Args().Present() || c.Args().First() == "help" {
|
||||
if c.Args().First() == "help" {
|
||||
cli.ShowCommandHelpAndExit(c, "server", 1)
|
||||
}
|
||||
if len(c.Args()) > 2 {
|
||||
|
||||
Reference in New Issue
Block a user