Files
scroll/bridge-history-api/cmd/api/main.go
colin 8910699e31 feat: new bridge history apis (#1024)
Co-authored-by: georgehao <haohongfan@gmail.com>
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
2023-12-28 11:34:41 +08:00

8 lines
94 B
Go

package main
import "scroll-tech/bridge-history-api/cmd/api/app"
func main() {
app.Run()
}