mirror of
https://github.com/thecyberlearn/supa-tid.git
synced 2026-08-18 08:53:03 +00:00
fixing url
This commit is contained in:
parent
95f70b8454
commit
696670128d
@ -3,6 +3,6 @@
|
|||||||
const APP_CONFIG = {
|
const APP_CONFIG = {
|
||||||
supabaseUrl: 'https://ymjnjwtigyiajxgyikhb.supabase.co',
|
supabaseUrl: 'https://ymjnjwtigyiajxgyikhb.supabase.co',
|
||||||
supabaseKey: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Inltam5qd3RpZ3lpYWp4Z3lpa2hiIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDk2MTk0MzMsImV4cCI6MjA2NTE5NTQzM30.r7oESwxVE781baW4INZI_Ej_6hci21VTfyNcDZj_d3o',
|
supabaseKey: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Inltam5qd3RpZ3lpYWp4Z3lpa2hiIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDk2MTk0MzMsImV4cCI6MjA2NTE5NTQzM30.r7oESwxVE781baW4INZI_Ej_6hci21VTfyNcDZj_d3o',
|
||||||
webhookUrl: 'https://m8taq6tk.rpcld.cc/webhook/trade',
|
webhookUrl: 'https://m8taq6tk.rpcld.cc/webhook/trading',
|
||||||
useWebhook: true
|
useWebhook: true
|
||||||
};
|
};
|
||||||
|
|||||||
@ -90,7 +90,7 @@
|
|||||||
|
|
||||||
<div class="hidden md:flex items-center gap-6">
|
<div class="hidden md:flex items-center gap-6">
|
||||||
<div class="text-right">
|
<div class="text-right">
|
||||||
<p class="text-sm text-white">Last updated</p>
|
<!-- <p class="text-sm text-white">Last updated</p> -->
|
||||||
<p class="font-semibold text-white" id="lastUpdated"></p>
|
<p class="font-semibold text-white" id="lastUpdated"></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center gap-4">
|
<div class="flex items-center gap-4">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user