Skip to content

Commit f62177e

Browse files
committed
Fix invocation
1 parent 95cf986 commit f62177e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/docs/www/server/lib/routes

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/docs/www/server/lib/routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var pkgs = require( './pkgs.js' );
3939
function register( fastify, options, done ) {
4040
fastify.route( status() );
4141
fastify.route( ping() );
42-
fastify.route( versions() );
42+
fastify.route( versions( options ) );
4343
fastify.route( pkgs( options ) );
4444
done();
4545
}

0 commit comments

Comments
 (0)