ddjerqq / Astro

An MMO RPG space game, with economy, clans and empires!
The Unlicense
4 stars 0 forks source link

Feature: Add a controller for economy #9

Open ddjerqq opened 3 months ago

ddjerqq commented 3 months ago

create a controller for economy modules.

for now, we need only one endpoint: POST /send/{ReceiverId}

the controller must be slim, and just do controller web api related stuff, such as setting up the command, sending it and then handling the web api response, depending on the result of your command.

Davy-G commented 3 months ago

Will do