Rename network

This commit is contained in:
Douglas Barone 2023-10-31 10:05:33 -04:00
parent 80388a3ff4
commit 77e2af2da4

View File

@ -65,8 +65,8 @@ const networksInfo: Array<Network> = [
network: '10.11.0.0/16' network: '10.11.0.0/16'
}, },
{ {
name: 'Reitoria 2', name: 'Reitoria',
shortName: 'RT2', shortName: 'RT',
network: '10.1.0.0/16' network: '10.1.0.0/16'
} }
] ]