guoqqqi commented on code in PR #2538:
URL: https://github.com/apache/apisix-dashboard/pull/2538#discussion_r932787148


##########
api/internal/handler/data_loader/route_import.go:
##########
@@ -88,16 +88,13 @@ type ImportInput struct {
 
 const (
        LoaderTypeOpenAPI3 LoaderType = "openapi3"
+       LoaderTypePostman LoaderType="postman"

Review Comment:
   format code



##########
web/config/defaultSettings.ts:
##########
@@ -32,7 +32,7 @@ export default {
   pwa: false,
   iconfontUrl: '',
   serveUrlMap: {
-    dev: 'http://139.217.190.60',
+    dev: 'http://localhost:9000',

Review Comment:
   Please change this address back to the online address



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to