mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-06 02:45:09 +02:00
collection endpoint
This commit is contained in:
parent
6a888913ab
commit
45b1761d3a
@ -36,7 +36,7 @@ app.get( '/api/rocketeer/:id', async ( req, res ) => {
|
|||||||
// ///////////////////////////////
|
// ///////////////////////////////
|
||||||
// Static collection data
|
// Static collection data
|
||||||
// ///////////////////////////////
|
// ///////////////////////////////
|
||||||
app.get( '/api/collection', async ( req, res ) => res.json( {
|
app.get( '/api/rocketeer', async ( req, res ) => res.json( {
|
||||||
totalSupply: await getTotalSupply( 'mainnet' ).catch( f => 'error' ),
|
totalSupply: await getTotalSupply( 'mainnet' ).catch( f => 'error' ),
|
||||||
description: '"Moon boots touch the earth. Visored faces tilt upward. Their sole thought is wen." ~ Rocketeer Haiku\n\nThe Rocketeer NFT collection is inspired by the undying patience and excited optimism of the Rocket Pool and ETH2 staking communites.\n\nJoin us at https://rocketeer.fans/',
|
description: '"Moon boots touch the earth. Visored faces tilt upward. Their sole thought is wen." ~ Rocketeer Haiku\n\nThe Rocketeer NFT collection is inspired by the undying patience and excited optimism of the Rocket Pool and ETH2 staking communites.\n\nJoin us at https://rocketeer.fans/',
|
||||||
external_url: web2domain,
|
external_url: web2domain,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user