You've already forked nyx
mirror of
https://github.com/rls-moe/nyx
synced 2025-08-19 06:18:38 +00:00
Last minute touch-ups
This commit is contained in:
@@ -35,6 +35,7 @@ func LoadTemplates() error {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// Router sets up the Administration Panel
|
||||
|
@@ -69,6 +69,7 @@ func LoadTemplates() error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func Router(r chi.Router) {
|
||||
|
@@ -77,5 +77,5 @@ func Start(config *config.Config) error {
|
||||
Addr: config.ListenOn,
|
||||
MaxHeaderBytes: 1 * 1024 * 1024,
|
||||
}
|
||||
srv.ListenAndServe()
|
||||
return srv.ListenAndServe()
|
||||
}
|
||||
|
Reference in New Issue
Block a user