mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-05-17 11:39:30 +08:00
19 lines
333 B
JavaScript
19 lines
333 B
JavaScript
module.exports = [
|
|
{
|
|
id: 1,
|
|
title: 'Docker Workshop',
|
|
detail: 'Linuxing in Lonodon ',
|
|
date: '2017-11-21'
|
|
},
|
|
{
|
|
id: 2,
|
|
title: 'WinOps #17',
|
|
detail: 'WinOps London',
|
|
date: '2017-11-21'
|
|
},
|
|
{
|
|
id: 3,
|
|
title: 'Docker London',
|
|
date: '2017-11-13'
|
|
}
|
|
]; |