Upstream sync

This commit is contained in:
Senad Uka
2023-09-19 05:09:33 +02:00
parent dc728c4183
commit 0a450eae56
5 changed files with 52 additions and 30 deletions

View File

@@ -29,7 +29,7 @@ func runTestServer() *httptest.Server {
shared.Init()
r := gin.Default()
r.POST("/device_info", SaveDeviceInfofunc)
r.POST("/device_info", SaveDeviceInfo)
return httptest.NewServer(r)
}