Compare commits

..

No commits in common. "e1b410c85072536ec97501b57d53e7d7e219a066" and "94f36d4e06c71cd7bd1130ed683730ab4fa858d8" have entirely different histories.

View file

@ -33,12 +33,6 @@ import (
// @externalDocs.description OpenAPI // @externalDocs.description OpenAPI
// @externalDocs.url https://swagger.io/resources/open-api/ // @externalDocs.url https://swagger.io/resources/open-api/
/**
Main function for starting the server and initializing configurations.
Reads configuration from file, pretty prints it, connects to the database,
migrates it, and sets up routes for the server.
*/
func main() { func main() {
conf, err := config.ReadConfigFromFile("config.toml") conf, err := config.ReadConfigFromFile("config.toml")
if err != nil { if err != nil {