Core migration to fastAPI with the use of routers to better refactor de code. It now works as one fastAPI module with as many modules/routers as needed. This will be useful to merge all modules into one in the future.
Minor changes to watch out:
ssh_keys route params
Better http methods in use, now enforced by fastAPI
Core migration to fastAPI with the use of routers to better refactor de code. It now works as one fastAPI module with as many modules/routers as needed. This will be useful to merge all modules into one in the future. Minor changes to watch out: