2 lines
105 B
TypeScript
2 lines
105 B
TypeScript
|
// Set this to the API root of your trifid-api instance.
|
||
|
export const API_ROOT = "http://localhost:8000";
|