Skip to content

Commit b6844e2

Browse files
committed
api: Set GWMAIL_STAGING_BRANCH env
Use the staging API instead of production API. Signed-off-by: Ammar Faizi <[email protected]>
1 parent e5c028a commit b6844e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/api.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22

3+
putenv("GWMAIL_STAGING_BRANCH=1");
34
chdir(__DIR__."/../../mail.gnuweeb.org/public/");
45
require "api.php";
56

0 commit comments

Comments
 (0)