From 9b925712cbdedacdf8af947e929ca3975b56e3fa Mon Sep 17 00:00:00 2001 From: Danijel Andjelkovic Date: Sat, 5 Mar 2022 19:46:16 +0100 Subject: Added auth and auth guard services, included ngx-cookie-service and angular-jwt. Made a configuration file. --- frontend/src/config.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frontend/src/config.ts (limited to 'frontend/src/config.ts') diff --git a/frontend/src/config.ts b/frontend/src/config.ts new file mode 100644 index 00000000..b14670ea --- /dev/null +++ b/frontend/src/config.ts @@ -0,0 +1,3 @@ +export const API_SETTINGS = { + apiURL: 'http://localhost:5000/api' +} \ No newline at end of file -- cgit v1.2.3