Rewrote the api rate limiter with promises instead of callbacks
This commit is contained in:
parent
efdf50a55a
commit
9963ab79b7
6 changed files with 105 additions and 40 deletions
|
@ -3,6 +3,7 @@ import Database from 'better-sqlite3';
|
|||
|
||||
const allMigrations = [
|
||||
'database/000_init.sql',
|
||||
'database/001_systems.sql',
|
||||
];
|
||||
|
||||
const db = new Database(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue