mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-03 03:56:51 +01:00
Added bootstrap
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
var express = require('express');
|
||||
var router = express.Router();
|
||||
|
||||
/* GET users listing. */
|
||||
router.get('/', function(req, res, next) {
|
||||
res.send('respond with a resource');
|
||||
});
|
||||
|
||||
module.exports = router;
|
Reference in New Issue
Block a user