updated tailwindcss to 1.0
This commit is contained in:
parent
6ef5b5133c
commit
b9c87fd779
28 changed files with 698 additions and 1199 deletions
|
@ -104,6 +104,7 @@ module.exports = function(app) {
|
|||
app.post(`/api/info/:id${ID_REGEX}`, auth.owner, require('./info'));
|
||||
app.post('/api/metrics', require('./metrics'));
|
||||
app.get('/__version__', function(req, res) {
|
||||
// eslint-disable-next-line node/no-missing-require
|
||||
res.sendFile(require.resolve('../../dist/version.json'));
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue