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