mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-12-15 20:04:59 +01:00
11 lines
158 B
C
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";
|
||
|
|
}
|