When running MachikoroCPP_app, we always get 404 error when trying to send a Http request.
A workaround is to add the following include in main.cpp:
include "controllers/clear_game_controller.h"
include "controllers/create_game_controller.h"
include "controllers/init_game_controller.h"
But maybe we need to figure out how to fix this issue without including all the controllers. We might need to check the Cmake for MachikoroCPP_app again.
When running MachikoroCPP_app, we always get 404 error when trying to send a Http request.
A workaround is to add the following include in main.cpp:
include "controllers/clear_game_controller.h"
include "controllers/create_game_controller.h"
include "controllers/init_game_controller.h"
But maybe we need to figure out how to fix this issue without including all the controllers. We might need to check the Cmake for MachikoroCPP_app again.