certtools / intelmq-manager

IntelMQ Manager is a graphical interface to manage configurations for IntelMQ framework.
https://docs.intelmq.org/latest/user/manager/
102 stars 56 forks source link

Fixed API paths when saving configuration #292

Closed kamil-certat closed 1 year ago

kamil-certat commented 1 year ago

Previously, the Manager was generating API paths with '//' when calling POST on /runtime and /positions. This is fixed.

In addition, VS Code dir is added to the .gitignore

Close: #290

sebix commented 1 year ago

Should this fix #290?

kamil-certat commented 1 year ago

For sure, it was exactly intended to fix this bug. I've just missed that the issue exists, so I didn't connect them.