From 283c757a7645843aba1da49de7f8cdc0291e16c0 Mon Sep 17 00:00:00 2001 From: ennucore Date: Thu, 16 Mar 2023 13:36:59 +0100 Subject: [PATCH] Updated the server url --- .idea/workspace.xml | 47 +++++++++++++++++++++++---------------------- src/api.ts | 2 +- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 716b3b3..e63cc3f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,16 +1,8 @@ - + - - - - - - - - - { + "keyToString": { + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "WebServerToolWindowFactoryState": "false", + "last_opened_file_path": "/home/ennucore/dev/agorata/frontend", + "nodejs_package_manager_path": "npm", + "settings.editor.selected.configurable": "preferences.pluginManager", + "ts.external.directory.path": "/home/ennucore/dev/agorata/frontend/node_modules/typescript/lib", + "vue.rearranger.settings.migration": "true" } -}]]> +} @@ -107,7 +99,8 @@ - + + 1670844191163 @@ -270,7 +263,14 @@ - @@ -311,6 +311,7 @@ - \ No newline at end of file diff --git a/src/api.ts b/src/api.ts index b6146c1..3ba5ba3 100644 --- a/src/api.ts +++ b/src/api.ts @@ -8,7 +8,7 @@ declare var process : { export class Api { public readonly api_url: string; - public agorata_adnl: string = "3a3a4515e9092ef501d8d820a2964b42abfe541b7aff3d85f9fe5375bc62de9e"; + public agorata_adnl: string = "uq2mszr3t5z3wmfuncxnz3ieo7juntani542glpho4jmxalmsc4hiwg"; constructor() { if (process.env.NODE_ENV === 'development') {