feat: added route for learningObjects
This commit is contained in:
parent
e8e1d94e5b
commit
d401136d3a
7 changed files with 116 additions and 10 deletions
9
backend/src/config/config.ts
Normal file
9
backend/src/config/config.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Can be placed in dotenv but found it redundant
|
||||
|
||||
// import dotenv from "dotenv";
|
||||
|
||||
// Load .env file
|
||||
// dotenv.config();
|
||||
|
||||
export const DWENGO_API_BASE = "https://dwengo.org/backend/api";
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue