Skip to content

Commit

Permalink
Add l-system to application routes
Browse files Browse the repository at this point in the history
  • Loading branch information
B3zaleel committed Jul 5, 2022
1 parent 5b534e7 commit cf952e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func AddRoutes(app *iris.Application) {
app.Get("/hopalong", controllers.GetHopalong)
app.Get("/ifs", controllers.GetIFS)
app.Get("/julia-set", controllers.GetJuliaSet)
app.Get("/l-system", controllers.GetLindenmayerSystem)
app.Get("/mandelbrot-set", controllers.GetMandelbrotSet)
app.Get("/newton-basin", controllers.GetNewtonBasin)
app.Get("/sierpinski-carpet", controllers.GetSierpinskiCarpet)
Expand Down

0 comments on commit cf952e7

Please sign in to comment.