Skip to content

Commit 4adc82d

Browse files
committed
Restrict /web-exhibitions [API-341, API-332]
1 parent 829937f commit 4adc82d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

config/resources/outbound.php

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,6 @@
255255
/**
256256
* Website:
257257
*/
258-
[
259-
'endpoint' => 'web-exhibitions',
260-
'model' => \App\Models\Web\Exhibition::class,
261-
'transformer' => \App\Transformers\Outbound\Web\Exhibition::class,
262-
'is_searchable' => true,
263-
],
264258
[
265259
'endpoint' => 'events',
266260
'model' => \App\Models\Web\Event::class,
@@ -356,5 +350,12 @@
356350
'is_searchable' => true,
357351
'is_restricted' => true,
358352
],
353+
[
354+
'endpoint' => 'web-exhibitions',
355+
'model' => \App\Models\Web\Exhibition::class,
356+
'transformer' => \App\Transformers\Outbound\Web\Exhibition::class,
357+
'is_searchable' => true,
358+
'is_restricted' => true,
359+
],
359360
],
360361
];

0 commit comments

Comments
 (0)