mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
added /api/info/:id route
This commit is contained in:
6
app/pages/blank.js
Normal file
6
app/pages/blank.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const html = require('choo/html');
|
||||
|
||||
module.exports = function() {
|
||||
const div = html`<div></div>`;
|
||||
return div;
|
||||
};
|
||||
Reference in New Issue
Block a user