You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file main.go, line 44 there is a commented out line that sets rootPath to ".", and in line 43 we set it to "/data/www/go-admin-en" which is incorrect unless you are using this folder as your working directory.
It would be better if the rootPath variable was set by default to "."
Brief description
In the file
main.go
, line 44 there is a commented out line that setsrootPath
to ".", and in line 43 we set it to "/data/www/go-admin-en" which is incorrect unless you are using this folder as your working directory.It would be better if the
rootPath
variable was set by default to "."#Link
demo.go-admin.com/main.go
Line 43 in 631b3c7
The text was updated successfully, but these errors were encountered: