mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-07-30 07:49:51 +00:00
feat: added rankings
This commit is contained in:
@ -8,6 +8,7 @@ module.exports = async (req, res) => {
|
||||
username,
|
||||
hide,
|
||||
hide_border,
|
||||
hide_rank,
|
||||
show_icons,
|
||||
line_height,
|
||||
title_color,
|
||||
@ -29,6 +30,7 @@ module.exports = async (req, res) => {
|
||||
hide: JSON.parse(hide || "[]"),
|
||||
show_icons,
|
||||
hide_border,
|
||||
hide_rank,
|
||||
line_height,
|
||||
title_color,
|
||||
icon_color,
|
||||
|
Reference in New Issue
Block a user