PseudoMera / virtual-store

Scalable microservices-based e-commerce application using Go and Kubernetes
MIT License
0 stars 0 forks source link

Move router to the api package #46

Open PseudoMera opened 1 week ago

PseudoMera commented 1 week ago

There is an almost empty router file in the api package. We should take the router initialization on the main file and move it to this file. The router file should handle middlewares and route definitions.