Skip to content

Commit d08c72d

Browse files
committed
feat: make /scalar the default path
1 parent 5e1c5e2 commit d08c72d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/scalar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
| affect the paths of its internal API that aren't exposed to users.
2525
|
2626
*/
27-
'path' => '/reference',
27+
'path' => '/scalar',
2828

2929
/*
3030
|--------------------------------------------------------------------------

tests/ScalarTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
// Modify config
4242
config()->set('scalar.cdn', 'https://example.com/cdn');
4343

44-
$response = $this->get('/reference');
44+
$response = $this->get('/scalar');
4545

4646
$response->assertOk()
4747
->assertSee('https://example.com/cdn')

0 commit comments

Comments
 (0)