mirror of
https://github.com/alexgo-io/peggedassets-server.git
synced 2026-01-12 22:43:29 +08:00
* rewrite server * add docker config * update start script * chore: Remove unused INFLUXDB_TOKEN from deployment workflow and env files * use node v20 * fix dockerfile * Update cache initialization to remove duplicate await keyword Update API endpoint for fetching historical rates * fix api2 bug * hardcode UST to 0 * remove subpath --------- Co-authored-by: 0xngmi <0xngmi@protonmail.com>
4 lines
121 B
TypeScript
4 lines
121 B
TypeScript
|
|
import { handler } from '../../src/storeRates'
|
|
|
|
handler({}).then(() => console.log('Stored rates')).catch(console.error) |