Meir

Results 23 comments of Meir

The `cloud.Api` uses the `REST API` and not the `HTTP API` 😞

It depends on the internal implementation of the router: If they use some string manipulation or regex to find the correct route then it doesn't matter, the first one they...

It looks like you are trying to run the `docker-compose.yml` file without all the extra files. To make it work: ```bash git clone https://github.com/netsampler/goflow2.git cd goflow2/compose/kcg sudo docker compose up...