mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-06 20:32:44 +08:00
refactor & fix: stub driver and server
This commit is contained in:
@@ -14,6 +14,7 @@ var serverCmd = &cobra.Command{
|
||||
Args: cobra.MinimumNArgs(1),
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
return server_ext.NewExtRouter().Run(port)
|
||||
// return server.NewRouter().Run(port)
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user