Merged in feature/apitidyup (pull request #24)
Export API Clean Up * exportapi
This commit is contained in:
@@ -9,3 +9,7 @@ import (
|
||||
func (s *Controllers) TriggerExport(ctx echo.Context) error {
|
||||
return ctx.JSON(http.StatusOK, map[string]string{"status": "export triggered"})
|
||||
}
|
||||
|
||||
func (s *Controllers) ExportState(ctx echo.Context, id string) error {
|
||||
return ctx.JSON(http.StatusOK, map[string]string{"status": "export triggered"})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user