els0r / goProbe

High-performance IP packet metadata aggregation and efficient storage and querying of flows
GNU General Public License v2.0
12 stars 4 forks source link

[bugfix] OpenAPI Spec: fix duplicate route registration in query API #346

Closed els0r closed 1 month ago

els0r commented 1 month ago

Makes sure that the /_query endpoint is not registered twice. This commit also adds a test to make sure any errors with API registration are caught during regular testing, not just the release stage.

Closes #345