summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",