'use strict';
const express = require('express');
const version = require('@sphericalelephant/express-package-version');
const app = express();
app.get('/version', version);
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
SphericalElephant/express-package-version
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple route handler that displays the version of the package that is running the web appication server.
Resources
Stars
Watchers
Forks
Packages 0
No packages published