Slash typo

This commit is contained in:
Mentor Palokaj 2021-11-05 12:08:38 +01:00
parent b14c4f87db
commit 5d709f4aca

View File

@ -22,7 +22,7 @@ export async function callApi( path, options={} ) {
export function getImage( id, ext='jpg' ) {
const api = {
mainnet: 'https://storage.googleapis.com/rocketeer-nft.appspot.com/mainnetRocketeers/',
mainnet: 'https://storage.googleapis.com/rocketeer-nft.appspot.com/mainnetRocketeers',
testnet: 'https://storage.googleapis.com/rocketeer-nft.appspot.com/rinkebyRocketeers'
}