package routes import "zestack.dev/slim" func deleteProject(c slim.Context) error { return nil }