diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-20 09:57:02 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-20 09:57:02 +0800 |
commit | ac372f744a7d2d12cc1377640ed2b2f8a449ffef (patch) | |
tree | c7cdf11581ca6c0e65ebb47be478cd5984fde536 /main.c | |
parent | dcac0af95d01494c6be1abba54ad6b1c35b56039 (diff) |
Tidy up a bit
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |