DB connected

This commit is contained in:
valitovgaziz
2024-08-08 10:58:02 +05:00
parent bd05ac48df
commit 69a735e692
5 changed files with 38 additions and 13 deletions
+9
View File
@@ -0,0 +1,9 @@
package configs
import(
)
type APIserver struct {
Server_port string
}