Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a974023
fastapi_django_main_live
/
controllers
/
test_folders
/
routes
/
web.php
kenken999
d
95eee3d
6 months ago
raw
Copy download link
history
blame
Safe
101 Bytes
<?php
use
Illuminate
\
Support
\
Facades
\
Route
;
Route
::
get
(
'/shop_front'
,
'ShopFrontController@index'
);