add the api route for translation

This commit is contained in:
2023-08-15 21:41:02 +05:30
parent 977e3dff2e
commit f7ec6b556d
6 changed files with 62 additions and 31 deletions

6
utils/main.go Normal file
View File

@@ -0,0 +1,6 @@
package utils
type List struct {
Name string
Id string
}