mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
allow access key to access private demos
This commit is contained in:
parent
1593435254
commit
52b9bc09fd
10 changed files with 37 additions and 52 deletions
|
|
@ -43,7 +43,8 @@ class DemoControllerTest extends ControllerTest {
|
|||
$this->chatProvider,
|
||||
$this->demoListProvider,
|
||||
$this->demoStore,
|
||||
'supersecretkey'
|
||||
'supersecretkey',
|
||||
'accesskey'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue