summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-20 14:38:27 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-20 14:38:27 +0800
commita060d20148973bb2ff67ca65e6cffa3639d7e63d (patch)
tree5ee83a1ea66c462dbc8e73cba63746509d05632e
parentac372f744a7d2d12cc1377640ed2b2f8a449ffef (diff)
Tidy up a bit
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 2b09e96..248e5b1 100644
--- a/main.c
+++ b/main.c
@@ -11,8 +11,8 @@ int main(int argc, char *argv[])
static const char *index_rel = "/frontend/index.html";
char index[app_dir_len + strlen(index_rel) + 1];
sprintf(index, "%s%s", APP_DIR, index_rel);
- shopify_app(API_KEY, API_SECRET_KEY, APP_URL, "/auth", APP_ID, scopes, index,
- (struct shopify_api[]){
+ shopify_app(API_KEY, API_SECRET_KEY, APP_URL, "/auth", APP_ID, scopes,
+ index, (struct shopify_api[]){
{
"/products",
"GET",