Skip to content

Crud blog-images#10

Open
Arkan56 wants to merge 2 commits into
developmentfrom
Feat/blog-image-crud
Open

Crud blog-images#10
Arkan56 wants to merge 2 commits into
developmentfrom
Feat/blog-image-crud

Conversation

@Arkan56

@Arkan56 Arkan56 commented Sep 17, 2025

Copy link
Copy Markdown

No description provided.

@Arkan56 Arkan56 self-assigned this Sep 17, 2025
@Arkan56 Arkan56 added the enhancement New feature or request label Sep 17, 2025

@TalkySafe143 TalkySafe143 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hay un conflicto en el index.ts

Comment thread src/index.ts Outdated
.get("/", () => welcomeMessage)
.use(commentRoutes)
.use(blogImageRoutes)
.listen(5454);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Este puerto no debe estar quemado, se tiene que leer de las variables de entorno

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ya lo deje referenciado al .env

Comment thread .env.example

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

¿Porque eliminar el .env.example?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no me habia dado cuenta que lo habia borrado xd, ya lo regrese

@TalkySafe143 TalkySafe143 linked an issue Sep 19, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CRUD de BlogImage

2 participants