X-Git-Url: https://git.cworth.org/git?p=empires-server;a=blobdiff_plain;f=lmno.js;h=54baea91f8d5688a74071fa45d19a12cd13ae091;hp=f5e7c1eea74af41df45a909e19b6eaa8cd83d19d;hb=HEAD;hpb=ac5661338b7bc1f1f43c5f80de09c6856defba23 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) {