@thewhateverapp/platform 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ OAuth-like permission system where apps start with minimal access (user ID only)
|
|
|
79
79
|
import { AuthAPI } from '@thewhateverapp/platform';
|
|
80
80
|
|
|
81
81
|
const auth = new AuthAPI({
|
|
82
|
-
apiUrl: 'https://
|
|
82
|
+
apiUrl: 'https://api.thewhatever.app/platform',
|
|
83
83
|
apiKey: env.PLATFORM_API_KEY
|
|
84
84
|
});
|
|
85
85
|
|