Skip to content

Commit 361f3e7

Browse files
committed
Legal
1 parent 7b3c512 commit 361f3e7

File tree

115 files changed

+1270
-951
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+1270
-951
lines changed

app/Http/Controllers/PageController.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,20 @@ public function howItWorks(): Response
4343
{
4444
return Inertia::render('HowItWorks');
4545
}
46+
47+
48+
public function privacy()
49+
{
50+
return Inertia::render('Privacy');
51+
}
52+
53+
public function terms()
54+
{
55+
return Inertia::render('Terms');
56+
}
57+
58+
public function conditions()
59+
{
60+
return Inertia::render('Conditions');
61+
}
4662
}

app/Http/Controllers/Public/PageController.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

public/build/assets/AddressInput-BhWJZr5Z.js renamed to public/build/assets/AddressInput-DoHR2aoy.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/AppLayout-Ca4Lym52.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/build/assets/AppLayout-Dvj9qI5R.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/Appearance-CiVcQFZC.js renamed to public/build/assets/Appearance-M41OWZ-Q.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/AuthLayout.vue_vue_type_script_setup_true_lang-DbZxnulj.js renamed to public/build/assets/AuthLayout.vue_vue_type_script_setup_true_lang-hjWkFCNr.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/CardContent.vue_vue_type_script_setup_true_lang-C_fMbL20.js renamed to public/build/assets/CardContent.vue_vue_type_script_setup_true_lang-DczABBVA.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/CardDescription.vue_vue_type_script_setup_true_lang-C7PzLBJe.js renamed to public/build/assets/CardDescription.vue_vue_type_script_setup_true_lang-Deh9VU99.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/CardTitle.vue_vue_type_script_setup_true_lang-BzrwQWWJ.js renamed to public/build/assets/CardTitle.vue_vue_type_script_setup_true_lang-DspgK8uX.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)