Skip to content

Commit 4f9f0cd

Browse files
committed
vite build
1 parent 654f62f commit 4f9f0cd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/Providers/RouteServiceProvider.php

+2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ class RouteServiceProvider extends ServiceProvider
2727
public function boot()
2828
{
2929
$this->configureRateLimiting();
30+
3031
$this->app['request']->server->set('Https', true);
32+
3133
$this->routes(function () {
3234
Route::middleware('api')
3335
->prefix('api')
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<h1>hello</h1>

0 commit comments

Comments
 (0)