mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-09-08 03:15:09 -05:00
Show share menu for web services
This commit is contained in:
@@ -266,7 +266,7 @@ function getEnvApi(): FApi {
|
||||
throw new Error('Unknown znca API provider');
|
||||
}
|
||||
|
||||
if (process.env.ZNCA_API_URL?.startsWith('https://')) {
|
||||
if (process.env.ZNCA_API_URL) {
|
||||
return ['nxapi', process.env.ZNCA_API_URL + '/f'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user