mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 08:12:19 +00:00
Update about.js
Minor bug fix
This commit is contained in:
parent
63f5ea6570
commit
54694085af
@ -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.'};
|
||||
|
Loading…
Reference in New Issue
Block a user