This commit is contained in:
parent
5173a05a09
commit
48b4f9cda8
@ -29,7 +29,7 @@ void komens_page(koment_type type) {
|
|||||||
resp_from_api = json::parse(f);
|
resp_from_api = json::parse(f);
|
||||||
f.close();*/
|
f.close();*/
|
||||||
const char *types[] = {"/api/3/komens/messages/received",
|
const char *types[] = {"/api/3/komens/messages/received",
|
||||||
"/api/3/komens/message",
|
"/api/3/komens/messages/sent",
|
||||||
"/api/3/komens/messages/noticeboard"};
|
"/api/3/komens/messages/noticeboard"};
|
||||||
|
|
||||||
const std::string endpoint = types[type];
|
const std::string endpoint = types[type];
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
void komens_menu() {
|
void komens_menu() {
|
||||||
wchar_t *choices[] = {
|
wchar_t *choices[] = {
|
||||||
L"received", L"send", L"noticeboard", L"Exit", nullptr,
|
L"received", L"sent", L"noticeboard", L"Exit", nullptr,
|
||||||
};
|
};
|
||||||
|
|
||||||
ITEM **my_items;
|
ITEM **my_items;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user