mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-01 02:56:50 +01:00
Update about.js
Minor bug fix
This commit is contained in:
@@ -9,7 +9,7 @@ router.get('/', function(req, res, next) {
|
||||
|
||||
axios.all([
|
||||
axios.get(`${base_url}&limit=3`),
|
||||
axios.get(`${base_url}&limit=3&filter=tag:Project`),
|
||||
axios.get(`${base_url}&limit=3&filter=tag:project`),
|
||||
])
|
||||
.then(axios.spread((response1, response2) => {
|
||||
var base = { title: 'About', description: 'Who??? What??? AAAAaaa, about me.'};
|
||||
|
Reference in New Issue
Block a user