This is an automated email from the ASF dual-hosted git repository.

tianxiaoliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b75923  SCB-2176 Fix: Remove functions in comment lines (#808)
6b75923 is described below

commit 6b75923bf31c5807b7e1e26e3d3b58439871779f
Author: little-cui <[email protected]>
AuthorDate: Tue Jan 5 14:06:13 2021 +0800

    SCB-2176 Fix: Remove functions in comment lines (#808)
    
    * SCB-2176 Fix: SD cache is not consistency
    
    * SCB-2176 Fix: Remove functions in comment lines
---
 .gitignore                      |  5 ++++-
 frontend/app/apiList/apiList.js | 31 -------------------------------
 2 files changed, 4 insertions(+), 32 deletions(-)

diff --git a/.gitignore b/.gitignore
index bf691e7..b9518c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,4 +36,7 @@ docs/_build
 docs/_static
 docs/_templates
 
-.DS_Store
\ No newline at end of file
+.DS_Store
+
+# go mod
+go.sum
\ No newline at end of file
diff --git a/frontend/app/apiList/apiList.js b/frontend/app/apiList/apiList.js
index 1258f10..71e2636 100644
--- a/frontend/app/apiList/apiList.js
+++ b/frontend/app/apiList/apiList.js
@@ -48,35 +48,4 @@ angular.module('serviceCenter')
                 method: 'DELETE'
             }
         }
-//       v3 api's
-//             api : {
-//                     microservice: {
-//                             url: 'registry/v3/microservices',
-//                             method: 'GET'
-//                     },
-//                     instances: {
-//                             url: 
'registry/v3/microservices/{{serviceId}}/instances?tags=',
-//                             method: 'GET'
-//                     },
-//                     consumer: {
-//                             url: 
'registry/v3/microservices/{{consumerId}}/providers',
-//                             method: 'GET'
-//                     },
-//                     provider: {
-//                             url: 
'registry/v3/microservices/{{providerId}}/consumers',
-//                             method: 'GET'
-//                     },
-//                     schema: {
-//                             url: 
'registry/v3/microservices/{{serviceId}}/schemas/{{schemaId}}',
-//                             method: 'GET'
-//                     },
-//                     allServices: {
-//                             url: 'registry/v3/govern/services?options=all',
-//                             method: 'GET'
-//                     },
-//          deleteService: {
-//              url: 'registry/v3/microservices/{{serviceId}}',
-//              method: 'DELETE'
-//          }
-//             }
        });

Reply via email to