N
https://moleculer.services/docs/0.14/networking.html
Size: a a a
N
PS
GS
N
GS
A
PS
A
В
W
app.get('/api', (req, res) => {
fetch('https://www.reddit.com/r/popular.json')
.then(res => res.json())
.then(json => res.send(JSON.parse(json)));
S🛸
В
PS
app.get('/api', (req, res) => {
fetch('https://www.reddit.com/r/popular.json')
.then(res => res.json())
.then(json => res.send(JSON.parse(json)));
ДМ
Y💜
В
PS
В
ДМ
ДМ