added variable templating, template parts
This commit is contained in:
@ -12,7 +12,7 @@ func Server() {
|
||||
http.HandleFunc("/", main_page)
|
||||
|
||||
http.HandleFunc("/mgr/add", manager.Add_api)
|
||||
http.HandleFunc("/mgr/show", manager.Show_apis)
|
||||
http.HandleFunc("/mgr/show", manager.Render_apis)
|
||||
http.HandleFunc("/api/", api.Get_api)
|
||||
|
||||
http.ListenAndServe(":8090", nil)
|
||||
|
||||
Reference in New Issue
Block a user