twblue/mysc/keys/api_keys.c
José Manuel Delicado Alcolea d888563fda
Updated Api keys
2021-10-27 22:00:58 +02:00

11 lines
158 B
C

#include "api_keys.h"
char *get_api_key(){
return "key\0";
}
char *get_api_secret(){
return "secret_key\0";
}
char *get_twishort_api_key(){
return "key\0";
}