feat: configure api key using env var

This commit is contained in:
Jef Roosens 2023-05-31 13:29:13 +02:00
parent 3b1df332a3
commit 323fa65921
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 17 additions and 9 deletions

View file

@ -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[];