Add 'backend/' from commit '4b5069d17945252abee2a826818098906af56334'
git-subtree-dir: backend git-subtree-mainline:9c93274511git-subtree-split:4b5069d179
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"api_serveurless_go/routes"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func main() {
|
||||
// Configuration des routes
|
||||
routes.SetupRoutes()
|
||||
|
||||
// Démarrage du serveur
|
||||
http.ListenAndServe(":3000", nil)
|
||||
}
|
||||
Reference in New Issue
Block a user