Initial commit 🍀
This commit is contained in:
6
src/web/manifest.ts
Normal file
6
src/web/manifest.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import * as express from 'express';
|
||||
|
||||
const app = express.Router();
|
||||
app.get('/manifest.json', (req, res) => res.sendFile(__dirname + '/../../resources/manifest.json'));
|
||||
|
||||
module.exports = app;
|
Reference in New Issue
Block a user