X-Git-Url: https://git.cworth.org/git?p=empires-server;a=blobdiff_plain;f=lmno.js;h=54baea91f8d5688a74071fa45d19a12cd13ae091;hp=f5e7c1eea74af41df45a909e19b6eaa8cd83d19d;hb=39cc6c43e2d3609564c3f785f41863073d3c4202;hpb=f0928e27d0f8926573ca30906c0d3348d1c00e6a diff --git a/lmno.js b/lmno.js index f5e7c1e..54baea9 100644 --- a/lmno.js +++ b/lmno.js @@ -302,7 +302,7 @@ app.post('/login', async (request, response) => { return; }); -/* API to set uer profile information */ +/* API to set user profile information */ app.put('/profile', (request, response) => { const nickname = request.body.nickname; if (nickname) {