Skip to content

Commit

Permalink
add more sql routes
Browse files Browse the repository at this point in the history
  • Loading branch information
radubrehar committed Aug 6, 2024
1 parent 043f99e commit f9d7519
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions www/functions/json-server/json-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ const sqlRoutes = {
10: 10,
100: 100,
'1k': 1_000,
'2k': 2_000,
'3k': 3_000,
'4k': 4_000,
'5k': 5_000,
'6k': 6_000,
'7k': 7_000,
'8k': 8_000,
'9k': 9_000,
'10k': 10_000,
'20k': 20_000,
'30k': 30_000,
Expand Down

0 comments on commit f9d7519

Please sign in to comment.