tiny refactor

This commit is contained in:
2025-03-06 12:00:26 +01:00
parent 4f852161aa
commit 0d11dbec32
8 changed files with 47 additions and 11 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ void win_show(WINDOW *win, char *label, int label_color, int width, int height,
void marks_page() {
// DONT FORGET TO UNCOMMENT
json resp_from_api = bakaapi::get_grades();
json resp_from_api = bakaapi::get_data_from_endpoint("api/3/marks");
// std::ifstream f("test-data/marks3.json");
// json resp_from_api = json::parse(f);