Update public_routes.go, tapRunner.go, and proxy.go

This commit is contained in:
RamiBerm
2021-07-11 14:01:07 +03:00
parent 65ba0952b4
commit 3db6d5a5ea
3 changed files with 13 additions and 5 deletions
-1
View File
@@ -21,5 +21,4 @@ func EntriesRoutes(fiberApp *fiber.App) {
routeGroup.Get("/tapStatus", controllers.GetTappingStatus) // get tapping status
routeGroup.Get("/analyzeStatus", controllers.AnalyzeInformation)
}