mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
refac: renamed 'GoCMS' -> 'RenewCMS'
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
package route
|
||||
|
||||
import (
|
||||
"GoCMS/api/controllers/article"
|
||||
"GoCMS/api/controllers/auth"
|
||||
"GoCMS/api/controllers/pages"
|
||||
"RenewCMS/api/controllers/article"
|
||||
"RenewCMS/api/controllers/auth"
|
||||
"RenewCMS/api/controllers/pages"
|
||||
"encoding/json"
|
||||
"net/http"
|
||||
"os"
|
||||
|
||||
Reference in New Issue
Block a user