1
0
Fork 0
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:
Robin Appelman 2025-05-03 15:45:22 +02:00
commit 52b9bc09fd
10 changed files with 37 additions and 52 deletions

View file

@ -43,7 +43,8 @@ class DemoControllerTest extends ControllerTest {
$this->chatProvider,
$this->demoListProvider,
$this->demoStore,
'supersecretkey'
'supersecretkey',
'accesskey'
);
}