Serve static content.
Relative file path
File not found
const response = await fetch('https://inj-indexer.nownodes.io/swagger/{*path}', { method: 'GET', headers: {}, }); const data = await response.json();