mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 20:50:22 +03:00
web: Change /rpc to /webrpc
This commit is contained in:
+1
-1
@@ -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