Separate api into api and api_old
Separated the frontend api into api and api_old. The new backend api will be linked to the new frontend api. After all new routes are linked, api_old will be removed.
The goal is to structure the frontend api folder in the same way as the backend routes.
Edited by Paul van der Laan