Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joshine
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
joshine
Commits
e4845811
Commit
e4845811
authored
May 19, 2023
by
dhn
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' of
http://47.99.244.21:9999/root/joshine
into Branchs_developer
parents
73d04a5f
8b0e2c93
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
app/code/Joshine/Script/Console/Command/InstagramFeedPull.php
+0
-0
app/code/Joshine/Script/etc/di.xml
+4
-0
pub/.htaccess
+2
-0
No files found.
app/code/Joshine/Script/Console/Command/InstagramFeedPull.php
0 → 100644
View file @
e4845811
This diff is collapsed.
Click to expand it.
app/code/Joshine/Script/etc/di.xml
View file @
e4845811
...
@@ -9,6 +9,9 @@
...
@@ -9,6 +9,9 @@
<argument
name=
"commands"
xsi:type=
"array"
>
<argument
name=
"commands"
xsi:type=
"array"
>
<item
name=
"reviews-import"
xsi:type=
"object"
>
Joshine\Script\Console\Command\ReviewsImporter
</item>
<item
name=
"reviews-import"
xsi:type=
"object"
>
Joshine\Script\Console\Command\ReviewsImporter
</item>
</argument>
</argument>
<argument
name=
"commands"
xsi:type=
"array"
>
<item
name=
"instagram-pull"
xsi:type=
"object"
>
Joshine\Script\Console\Command\InstagramFeedPull
</item>
</argument>
</arguments>
</arguments>
</type>
</type>
</config>
</config>
\ No newline at end of file
pub/.htaccess
View file @
e4845811
...
@@ -271,4 +271,6 @@ ErrorDocument 403 /errors/404.php
...
@@ -271,4 +271,6 @@ ErrorDocument 403 /errors/404.php
## Prevent clickjacking
## Prevent clickjacking
Header
set
X-Frame-Options SAMEORIGIN
Header
set
X-Frame-Options SAMEORIGIN
Header
add
Access-Control-Allow-Origin "facebook.com"
</
IfModule
>
</
IfModule
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment