Skip to content

Commit 16bda2d

Browse files
committed
Rename file
1 parent 0aa9f5d commit 16bda2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
var status = require( './status.js' ); // eslint-disable-line stdlib/no-redeclare
2424
var ping = require( './ping.js' );
25-
var landing = require( './landing.js' );
25+
var versions = require( './versions.js' );
2626
var pkgs = require( './pkgs.js' );
2727

2828

@@ -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( landing() );
42+
fastify.route( versions() );
4343
fastify.route( pkgs( options ) );
4444
done();
4545
}

lib/node_modules/@stdlib/_tools/docs/www/server/lib/routes/landing.js renamed to lib/node_modules/@stdlib/_tools/docs/www/server/lib/routes/versions.js

File renamed without changes.

0 commit comments

Comments
 (0)