feat: configure api key using env var
This commit is contained in:
parent
3b1df332a3
commit
323fa65921
4 changed files with 17 additions and 9 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#ifndef LANDER_HTTP_TYPES
|
||||
#define LANDER_HTTP_TYPES
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
// Array mapping the http_request_method enum to strings
|
||||
extern const char *http_method_names[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue