You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , I worked with this theme before , you can set API URL in tools/env/base.ts , than you can build you API url call by using Config.API , make sure you import { Config } from '../shared/index' in your ts file .
How do I connect to an API based on the string value given in the environment config?
Trying to create a login http request for token authentication.
The text was updated successfully, but these errors were encountered: