GURPS character management with go.
go build -o bin/ ./...
There's an example configuration file located at example.config.toml
.
Gorps-server is searching for a file with the name config.toml
in its CWD.
As an alternative, specify the path to the configuration file by starting the server with the parameter
--config-path /path/to/config.toml
bin/./gorps-server
- Method:
POST
Example body:
{
"username": "",
"password": ""
}
- Method:
POST
Example body:
{
"username": "",
"password": ""
}
- Method
POST
Body is not required.