mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-07-09 18:04:36 +02:00
Add API endpoint for instance information and include instance information at api peer list
This commit is contained in:
parent
5886437bbe
commit
20107c73e5
1 changed files with 1 additions and 1 deletions
|
@ -135,6 +135,6 @@ STATICFILES_DIRS = [
|
|||
DNS_CONFIG_FILE = '/etc/dnsmasq/wireguard_webadmin_dns.conf'
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
WIREGUARD_WEBADMIN_VERSION = 9961
|
||||
WIREGUARD_WEBADMIN_VERSION = 9962
|
||||
|
||||
from wireguard_webadmin.production_settings import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue