From c108355211f2535c36ac1e64c3c2492a8b2aa949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Tue, 20 Sep 2022 16:16:10 +0800 Subject: Add path to JavaScript directory parameter --- shopify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shopify.h') diff --git a/shopify.h b/shopify.h index f327a27..e919773 100644 --- a/shopify.h +++ b/shopify.h @@ -21,7 +21,7 @@ extern "C" { void shopify_app(const char *api_key, const char *api_secret_key, const char *app_url, const char *redir_url, const char *app_id, - const char *scopes, const char *index, + const char *scopes, const char *index, const char *js_dir, const struct shopify_api apis[]); void shopify_graphql(const char *query, const struct shopify_session *session, char **json); -- cgit v1.2.3