mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Create site rule
This commit is contained in:
@@ -74,12 +74,13 @@ class SitesCustomServerTest extends Scope
|
||||
'framework' => 'other',
|
||||
'buildRuntime' => 'ssr-22',
|
||||
'outputDirectory' => './',
|
||||
'subdomain' => 'test-site',
|
||||
'fallbackFile' => null,
|
||||
]);
|
||||
|
||||
$this->assertNotEmpty($siteId);
|
||||
|
||||
$this->createSiteDomain($siteId, 'test-site');
|
||||
|
||||
$rule = $this->getSiteDomain($siteId);
|
||||
|
||||
$response = $this->client->call(Client::METHOD_GET, '/console/resources', [
|
||||
|
||||
Reference in New Issue
Block a user