Skip to content

Commit

Permalink
Update SharedData.vb
Browse files Browse the repository at this point in the history
  • Loading branch information
edditdev authored Aug 4, 2024
1 parent 02e8986 commit 6988a86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SharedData.vb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Module SharedData
'# Serwer
Public veety_database As String = "https://edditdev.com/veety/database/"
Public veety_servers As String = "https://edditdev.com/veety/servers/"
Public veety_all_license As String = "https://edditdev.com/veety/license/licenses"
Public veety_counters As String = "https://edditdev.com/veety/other/"
Public veety_database As String = "https://edditdev.com/*****/*****/"
Public veety_servers As String = "https://edditdev.com/*****/*****/"
Public veety_all_license As String = "https://edditdev.com/*****/*****/*****"
Public veety_counters As String = "https://edditdev.com/*****/*****/"

'# Veety Inside data
Public LicensesList As New RichTextBox
Expand Down

0 comments on commit 6988a86

Please sign in to comment.