Recently I tried to use Strapi.
I want run two Strapi apps in single server. So I tried to change default port number - 1337 to other number (For example 1331) In ./config/server.js file.
But when I tried to run Strapi, it failed. In Terminal below is last message, and I can not access admin page - http://localhost:1331/admin
< Opening the admin panel... >
How can I change port number of Strapi?