RealMCoded / LunarRec

A RecNet server replacement for old Rec Room builds that multiple people can connect to
GNU Affero General Public License v3.0
7 stars 6 forks source link

[WIP] Routers for major endpoints #7

Closed RealMCoded closed 9 months ago

RealMCoded commented 10 months ago

The goal of this PR is to clean up the server.js files routes to not be all in the same file and instead be in their own routed files.

Right now, only the following endpoints are routed:

This also brings a change i've should have done a long time ago where the variables for the User ID and Platform ID are now in the request instead of changing a local variable (why didn't i do it like that to start with)