asozialdotdev / asozial

An open source social platform for anti-social devs
https://asozial.dev
MIT License
1 stars 0 forks source link

Folder structure #4

Closed mirkoeffe closed 1 month ago

mirkoeffe commented 1 month ago

Feature PR

Re-organised the folder structure for route handlers.

Changed the folder structure from having a folder named routes with all the different handlers (i.e. User.routes.ts), to having for each route handler (i.e. User, UserPosts) its own folder. Then for each endpoint it has been created its own file (i.e. /Users/getAccountInfo.ts , /User/getUserById.ts).

File Changes

Review

Reviewer

mirkoeffe commented 1 month ago

Bug has been solved. The bus was only on the local machine.