mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-13 16:08:04 -05:00
Co-authored-by: georgehao <haohongfan@gmail.com> Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
8 lines
94 B
Go
8 lines
94 B
Go
package main
|
|
|
|
import "scroll-tech/bridge-history-api/cmd/api/app"
|
|
|
|
func main() {
|
|
app.Run()
|
|
}
|