mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 16:37:56 -05:00
Co-authored-by: vincent <419436363@qq.com> Co-authored-by: colinlyguo <colinlyguo@scroll.io> Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
8 lines
93 B
Go
8 lines
93 B
Go
package main
|
|
|
|
import "bridge-history-api/cmd/backend_server/app"
|
|
|
|
func main() {
|
|
app.Run()
|
|
}
|