ADD repository languages percentage api

This commit is contained in:
Jasder
2021-01-19 16:21:31 +08:00
parent 5fd5bf32d8
commit efa99e0f06
5 changed files with 93 additions and 0 deletions

View File

@@ -328,6 +328,7 @@ Rails.application.routes.draw do
get :top_counts
get 'commits/:sha', to: 'repositories#commit', as: 'commit'
get 'readme'
get 'languages'
end
end