summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-20 09:57:02 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-20 09:57:02 +0800
commitac372f744a7d2d12cc1377640ed2b2f8a449ffef (patch)
treec7cdf11581ca6c0e65ebb47be478cd5984fde536
parentdcac0af95d01494c6be1abba54ad6b1c35b56039 (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 248e5b1..2b09e96 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",