Uno-Online / uno-backend

https://documenter.getpostman.com/view/13271893/2s93RMVvtQ#bd451122-df4d-4b68-bc83-1516cfefa920
14 stars 7 forks source link

Return avatarSeed when request /profile #90

Open jeandossantos opened 1 year ago

jeandossantos commented 1 year ago
server.listen(process.env.PORT || 3000, () => logger.info('Server started'));

para isso:

const PORT = process.env.PORT || 3001;

server.listen(PORT, () => logger.info(`Server is running on port ${PORT}`));

Agradecemos se você executar o comando

yarn changeset

e seguir os prompts antes de fazer o merge do PR. Assim, teremos um histórico das mudanças que ocorreram ao longo do tempo no repositório, que podem ser vistas no arquivo CHANGELOG.md.

Demo

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 7c27868a93b9ba2f396930ec9ae13c119b5aed2b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR