Skip to content

Commit

Permalink
fix: Internal sandbox functions
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz committed Nov 9, 2023
1 parent fe86dd2 commit 6ef47f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// HA Routes
require_once app_path('Http/Controllers/HASync/_routes.php');

Route::group(['middleware' => ['auth', 'check_google_two_factor', 'google2fa', 'permissions']], function () {
Route::group(['middleware' => ['auth', 'permissions']], function () {
// Internal Sandbox Routes
require_once app_path('Http/Controllers/Extension/Sandbox/_routes.php');
});
Expand Down
2 changes: 1 addition & 1 deletion storage/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ server {
proxy_cache_bypass $http_upgrade;
}

location ~ ^/(?<subpath>(api|eklenti|broadcasting|css|js|hasync|upload|upload_info|fonts|turkce.json|english.json).*)$ {
location ~ ^/(?<subpath>(api|eklenti|broadcasting|css|js|hasync|upload|upload_info|fonts|lmn|turkce.json|english.json).*)$ {
proxy_pass https://api_proxy/$subpath$is_args$args;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
Expand Down

0 comments on commit 6ef47f5

Please sign in to comment.